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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 驛?驛?B | 11101001100000110011111111101001100000110011111101000010 | e9833fe9833f42 |
EUC-JP | 驛?驛?B | 11110001111000110011111111110001111000110011111101000010 | f1e33ff1e33f42 |
UTF-8 | 驛킿驛킿B | 11101001101010011001101111101101100000101011111111101001101010011001101111101101100000101011111101000010 | e9a99bed82bfe9a99bed82bf42 |
UHC | 驛킿驛킿B | 111001101011111010110101011010011110011010111110101101010110100101000010 | e6beb569e6beb56942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)