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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 嶸??弱??B | 111110101011010000111111001111111000111011100011001111110011111101000010 | fab43f3f8ee33f3f42 |
EUC-JP | 嶸??弱??B | 10001111101110111111010000111111001111111011110011100101001111110011111101000010 | 8fbbf43f3fbce53f3f42 |
UTF-8 | 嶸뤿젾弱뉖젪B | 11100101101101101011100011101011101001001011111111101100101000001011111011100101101111001011000111101011100010011001011011101100101000001010101001000010 | e5b6b8eba4bfeca0bee5bcb1eb8996eca0aa42 |
UHC | 嶸뤿젾弱뉖젪B | 11100111101011101000111111101011101000001011000011100101101100001000011111101011101000001010001001000010 | e7ae8feba0b0e5b087eba0a242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)