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 | 11100111100010011000101111100111100010111010000101000010 | e7898be78ba142 |
EUC-JP | 迚狗僑B | 11101101111010011011011011101001101101101010001101000010 | ede9b6e9b6a342 |
UTF-8 | 迚狗僑B | 11101000101111111001101011100111100010111001011111100101100000111001000101000010 | e8bf9ae78b97e5839142 |
UHC | ?狗僑B | 001111111100111110110111110011101110000001000010 | 3fcfb7cee042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)