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 | 裹çèø | 1110100010100011101110011110011110001001100110011110100011111000 | e8a3b9e78999e8f8 |
SJIS-WIN | ?£?????? | 001111111000000110010010001111110011111100111111001111110011111100111111 | 3f81923f3f3f3f3f3f |
EUC-JP | è£?ç??èø | 1000111110101011101100101010000111110010001111111000111110101011101011100011111100111111100011111010101110110010100011111010100111001100 | 8fabb2a1f23f8fabae3f3f8fabb28fa9cc |
UTF-8 | 裹çèø | 11000011101010001100001010100011110000101011100111000011101001111100001010001001110000101001100111000011101010001100001110111000 | c3a8c2a3c2b9c3a7c289c299c3a8c3b8 |
UHC | ??¹????ø | 00111111001111111010100111110110001111110011111100111111001111111010100110101010 | 3f3fa9f63f3f3f3fa9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)