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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 終?牆?H | 10001111010010010011111111100000101011010011111101001000 | 8f493fe0ad3f48 |
EUC-JP | 終?牆?H | 10111101101010100011111111100000101011110011111101001000 | bdaa3fe0af3f48 |
UTF-8 | 終렫牆렮H | 11100111101101011000001011101011101000001010101111100111100010011000011011101011101000001010111001001000 | e7b582eba0abe78986eba0ae48 |
UHC | 終렫牆렮H | 111100001111101110001110101110011110110111101101100011101011101101001000 | f0fb8eb9eded8ebb48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)