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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 棹團 | 10011110101010001001101010100011 | 9ea89aa3 |
EUC-JP | 棹團 | 11011100101010101101010010100101 | dcaad4a5 |
UTF-8 | 棹團 | 111001101010001110111001111001011001110010011000 | e6a3b9e59c98 |
UHC | 棹團 | 11010100101000011101001110100101 | d4a1d3a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)