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 | 100111101010111010011110101000001001111010101110100111101010000001000010 | 9eae9ea09eae9ea042 |
EUC-JP | 椣棧椣棧B | 110111001011000011011100101000101101110010110000110111001010001001000010 | dcb0dca2dcb0dca242 |
UTF-8 | 椣棧椣棧B | 11100110101001001010001111100110101000111010011111100110101001001010001111100110101000111010011101000010 | e6a4a3e6a3a7e6a4a3e6a3a742 |
UHC | ?棧?棧B | 00111111111011011101000000111111111011011101000001000010 | 3fedd03fedd042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)