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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 眞棊聊 | 111000011100000110011110100101111110001111010110 | e1c19e97e3d6 |
EUC-JP | 眞棊聊 | 111000101100001111011011111101111110011011011000 | e2c3dbf7e6d8 |
UTF-8 | 眞棊聊 | 111001111001110010011110111001101010001110001010111010001000000110001010 | e79c9ee6a38ae8818a |
UHC | 眞?聊 | 1111001011011000001111111101011011111101 | f2d83fd6fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)