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 | 梁堰 | 10010111110000001000100110000001 | 97c08981 |
EUC-JP | 梁堰 | 11001110110000101011000111100001 | cec2b1e1 |
UTF-8 | 梁堰 | 111001101010001010000001111001011010000010110000 | e6a281e5a0b0 |
UHC | 梁堰 | 11010101110110011110010111101000 | d5d9e5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)