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 | ???Bh | 0011111100111111001111110100001001101000 | 3f3f3f4268 |
SJIS-WIN | 葆駈輯Bh | 1110010011011100100010111110110110001111010100110100001001101000 | e4dc8bed8f534268 |
EUC-JP | 葆駈輯Bh | 1110100011011110101101101110111110111101101101000100001001101000 | e8deb6efbdb44268 |
UTF-8 | 葆駈輯Bh | 1110100010010001100001101110100110100111100010001110100010111100101011110100001001101000 | e89186e9a788e8bcaf4268 |
UHC | ??輯Bh | 001111110011111111110010111111100100001001101000 | 3f3ff2fe4268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)