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 | èDé | 11101000010001001000101011101001 | e8448ae9 |
SJIS-WIN | ?D?? | 00111111010001000011111100111111 | 3f443f3f |
EUC-JP | èD?é | 1000111110101011101100100100010000111111100011111010101110110001 | 8fabb2443f8fabb1 |
UTF-8 | èDé | 11000011101010000100010011000010100010101100001110101001 | c3a844c28ac3a9 |
UHC | ?D?? | 00111111010001000011111100111111 | 3f443f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)