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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ????惡B | 00111111001111110011111100111111100111001010011001000010 | 3f3f3f3f9ca642 |
EUC-JP | ????惡B | 00111111001111110011111100111111110110001010100001000010 | 3f3f3f3fd8a842 |
UTF-8 | 롙롘롙롘惡B | 11101011101000011001100111101011101000011001100011101011101000011001100111101011101000011001100011100110100000111010000101000010 | eba199eba198eba199eba198e683a142 |
UHC | 롙롘롙롘惡B | 1000111011011101100011101101110010001110110111011000111011011100111001001100001001000010 | 8edd8edc8edd8edce4c242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)