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 | ?\] | 001111110101110001011101 | 3f5c5d |
SJIS-WIN | 達\] | 10010010010000100101110001011101 | 92425c5d |
EUC-JP | 達\] | 11000011101000110101110001011101 | c3a35c5d |
UTF-8 | 達\] | 1110100110000001100101000101110001011101 | e981945c5d |
UHC | 達\] | 11010011101110010101110001011101 | d3b95c5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)