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 | æ^éU^ | 11100110010111101000100111101001100000110101010101011110 | e65e89e983555e |
SJIS-WIN | ?^???U^ | 00111111010111100011111100111111001111110101010101011110 | 3f5e3f3f3f555e |
EUC-JP | æ^?é?U^ | 1000111110101001110000010101111000111111100011111010101110110001001111110101010101011110 | 8fa9c15e3f8fabb13f555e |
UTF-8 | æ^éU^ | 1100001110100110010111101100001010001001110000111010100111000010100000110101010101011110 | c3a65ec289c3a9c283555e |
UHC | æ^???U^ | 1010100110100001010111100011111100111111001111110101010101011110 | a9a15e3f3f3f555e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)