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 | Éö´ö | 11001001111101101011010011110110 | c9f6b4f6 |
SJIS-WIN | ??´? | 0011111100111111100000010100110000111111 | 3f3f814c3f |
EUC-JP | Éö´ö | 1000111110101010101100011000111110101011110100111010000110101101100011111010101111010011 | 8faab18fabd3a1ad8fabd3 |
UTF-8 | Éö´ö | 1100001110001001110000111011011011000010101101001100001110110110 | c389c3b6c2b4c3b6 |
UHC | ??´? | 0011111100111111101000101010010100111111 | 3f3fa2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)