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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 迪企舉B | 11100111100011001000101011101001100111011010100001000010 | e78c8ae99da842 |
EUC-JP | 迪企舉B | 11101101111011001011010011101011110110101010101001000010 | edecb4ebdaaa42 |
UTF-8 | 迪企舉B | 11101000101111111010101011100100101111001000000111101000100010001000100101000010 | e8bfaae4bc81e8888942 |
UHC | 迪企?B | 111011101110100011010000111010100011111101000010 | eee8d0ea3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)