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î | 11101110100011101000011001101000111011101000111010000110 | ee8e8668ee8e86 |
SJIS-WIN | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
EUC-JP | î??hî?? | 1000111110101011110000100011111100111111011010001000111110101011110000100011111100111111 | 8fabc23f3f688fabc23f3f |
UTF-8 | îhî | 11000011101011101100001010001110110000101000011001101000110000111010111011000010100011101100001010000110 | c3aec28ec28668c3aec28ec286 |
UHC | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)