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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 上瑟 | 10001111111000111110000011101100 | 8fe3e0ec |
EUC-JP | 上瑟 | 10111110111001011110000011101110 | bee5e0ee |
UTF-8 | 上瑟 | 111001001011100010001010111001111001000110011111 | e4b88ae7919f |
UHC | 上瑟 | 11011111101111101110001110100010 | dfbee3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)