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 | 上聰 | 10001111111000111110001111100000 | 8fe3e3e0 |
EUC-JP | 上聰 | 10111110111001011110011011100010 | bee5e6e2 |
UTF-8 | 上聰 | 111001001011100010001010111010001000000110110000 | e4b88ae881b0 |
UHC | 上聰 | 11011111101111101111010111000110 | dfbef5c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)