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 | ?E?EB | 0011111101000101001111110100010101000010 | 3f453f4542 |
SJIS-WIN | 棠E棠EB | 10011110101010010100010110011110101010010100010101000010 | 9ea9459ea94542 |
EUC-JP | 棠E棠EB | 11011100101010110100010111011100101010110100010101000010 | dcab45dcab4542 |
UTF-8 | 棠E棠EB | 111001101010001110100000010001011110011010100011101000000100010101000010 | e6a3a045e6a3a04542 |
UHC | 棠E棠EB | 11010011110101100100010111010011110101100100010101000010 | d3d645d3d64542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)