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 | 1100001110100101010111100100001001101000 | c3a55e4268 |
SJIS-WIN | ?¥^Bh | 001111111000000110001111010111100100001001101000 | 3f818f5e4268 |
EUC-JP | Ã?^Bh | 10001111101010101010101000111111010111100100001001101000 | 8faaaa3f5e4268 |
UTF-8 | å^Bh | 11000011100000111100001010100101010111100100001001101000 | c383c2a55e4268 |
UHC | ??^Bh | 0011111100111111010111100100001001101000 | 3f3f5e4268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)