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 | 11101110100000101000000011101001101101001010101101101000 | ee8280e9b4ab68 |
SJIS-WIN | ????´?h | 0011111100111111001111110011111110000001010011000011111101101000 | 3f3f3f3f814c3f68 |
EUC-JP | î??é´?h | 100011111010101111000010001111110011111110001111101010111011000110100001101011010011111101101000 | 8fabc23f3f8fabb1a1ad3f68 |
UTF-8 | îé´«h | 11000011101011101100001010000010110000101000000011000011101010011100001010110100110000101010101101101000 | c3aec282c280c3a9c2b4c2ab68 |
UHC | ????´?h | 0011111100111111001111110011111110100010101001010011111101101000 | 3f3f3f3fa2a53f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)