To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邀??援? | 11100111101100010011111100111111100010011000011100111111 | e7b13f3f89873f |
EUC-JP | 邀??援? | 11101110101100110011111100111111101100011110011100111111 | eeb33f3fb1e73f |
UTF-8 | 邀뤴뫀援쪭 | 111010011000001010000000111010111010010010110100111010111010101110000000111001101000111110110100111011001010101010101101 | e98280eba4b4ebab80e68fb4ecaaad |
UHC | 邀뤴뫀援쪭 | 11101001101011011000111111100010100100011010010011101010101101011010011001000110 | e9ad8fe291a4eab5a646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)