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î | 11101110100010001001101001101000111011101000100010011010 | ee889a68ee889a |
SJIS-WIN | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
EUC-JP | î??hî?? | 1000111110101011110000100011111100111111011010001000111110101011110000100011111100111111 | 8fabc23f3f688fabc23f3f |
UTF-8 | îhî | 11000011101011101100001010001000110000101001101001101000110000111010111011000010100010001100001010011010 | c3aec288c29a68c3aec288c29a |
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)