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 | 100100111101100000111111001111111001001111011000001111110011111101000010 | 93d83f3f93d83f3f42 |
EUC-JP | 豚??豚??B | 110001101101101000111111001111111100011011011010001111110011111101000010 | c6da3f3fc6da3f3f42 |
UTF-8 | 豚ㅸㅀ豚ㅸㅀB | 11101000101100011001101011100011100001011011100011100011100001011000000011101000101100011001101011100011100001011011100011100011100001011000000001000010 | e8b19ae385b8e38580e8b19ae385b8e3858042 |
UHC | 豚ㅸㅀ豚ㅸㅀB | 11010100110010101010010011101000101001001011000011010100110010101010010011101000101001001011000001000010 | d4caa4e8a4b0d4caa4e8a4b042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)