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 | 11101110100010111010110011101110100010111010110001101000 | ee8bacee8bac68 |
SJIS-WIN | ??¬??¬h | 001111110011111110000001110010100011111100111111100000011100101001101000 | 3f3f81ca3f3f81ca68 |
EUC-JP | ��h | 10001111101010111100001000111111101000101100110010001111101010111100001000111111101000101100110001101000 | 8fabc23fa2cc8fabc23fa2cc68 |
UTF-8 | î¬î¬h | 11000011101011101100001010001011110000101010110011000011101011101100001010001011110000101010110001101000 | c3aec28bc2acc3aec28bc2ac68 |
UHC | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)