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 | 11100111101100101010111011100111101100101010111001000010 | e7b2aee7b2ae42 |
EUC-JP | 邊ョ邊ョB | 111011101011010010001110101011101110111010110100100011101010111001000010 | eeb48eaeeeb48eae42 |
UTF-8 | 邊ョ邊ョB | 11101001100000101000101011101111101111011010111011101001100000101000101011101111101111011010111001000010 | e9828aefbdaee9828aefbdae42 |
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)