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 | ?xh | 001111110111100001101000 | 3f7868 |
SJIS-WIN | 達xh | 10010010010000100111100001101000 | 92427868 |
EUC-JP | 達xh | 11000011101000110111100001101000 | c3a37868 |
UTF-8 | 達xh | 1110100110000001100101000111100001101000 | e981947868 |
UHC | 達xh | 11010011101110010111100001101000 | d3b97868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)