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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 驛?驛?^ | 11101001100000110011111111101001100000110011111101011110 | e9833fe9833f5e |
EUC-JP | 驛?驛?^ | 11110001111000110011111111110001111000110011111101011110 | f1e33ff1e33f5e |
UTF-8 | 驛킘驛킘^ | 11101001101010011001101111101101100000101001100011101001101010011001101111101101100000101001100001011110 | e9a99bed8298e9a99bed82985e |
UHC | 驛킘驛킘^ | 111001101011111010110101010001001110011010111110101101010100010001011110 | e6beb544e6beb5445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)