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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邊。諡 | 1110011110110010101000011110011010001011 | e7b2a1e68b |
EUC-JP | 邊。諡 | 111011101011010010001110101000011110101111101011 | eeb48ea1ebeb |
UTF-8 | 邊。諡 | 111010011000001010001010111011111011110110100001111010001010101110100001 | e9828aefbda1e8aba1 |
UHC | 邊?諡 | 1101110010101011001111111110001111001101 | dcab3fe3cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)