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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 閻ヲh閻ヲ | 11101000100001011010011001101000111010001000010110100110 | e885a668e885a6 |
EUC-JP | 閻ヲh閻ヲ | 111011111110010110001110101001100110100011101111111001011000111010100110 | efe58ea668efe58ea6 |
UTF-8 | 閻ヲh閻ヲ | 11101001100101101011101111101111101111011010011001101000111010011001011010111011111011111011110110100110 | e996bbefbda668e996bbefbda6 |
UHC | 閻?h閻? | 11100111101000100011111101101000111001111010001000111111 | e7a23f68e7a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)