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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 邊ケ邊ケB | 11100111101100101011100111100111101100101011100101000010 | e7b2b9e7b2b942 |
EUC-JP | 邊ケ邊ケB | 111011101011010010001110101110011110111010110100100011101011100101000010 | eeb48eb9eeb48eb942 |
UTF-8 | 邊ケ邊ケB | 11101001100000101000101011101111101111011011100111101001100000101000101011101111101111011011100101000010 | e9828aefbdb9e9828aefbdb942 |
UHC | 邊?邊?B | 11011100101010110011111111011100101010110011111101000010 | dcab3fdcab3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)