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閻・ | 11101000100001011010010101101000111010001000010110100101 | e885a568e885a5 |
EUC-JP | 閻・h閻・ | 111011111110010110001110101001010110100011101111111001011000111010100101 | efe58ea568efe58ea5 |
UTF-8 | 閻・h閻・ | 11101001100101101011101111101111101111011010010101101000111010011001011010111011111011111011110110100101 | e996bbefbda568e996bbefbda5 |
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)