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 | 1010000111100011101000111011101001000010 | a1e3a3ba42 |
EUC-JP | 。罐コB | 10001110101000011110011010100101100011101011101001000010 | 8ea1e6a58eba42 |
UTF-8 | 。罐コB | 11101111101111011010000111100111101111011001000011101111101111011011101001000010 | efbda1e7bd90efbdba42 |
UHC | ?罐?B | 0011111111001110101110000011111101000010 | 3fceb83f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)