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 | 惺瑟 | 10011100101101111110000011101100 | 9cb7e0ec |
EUC-JP | 惺瑟 | 11011000101110011110000011101110 | d8b9e0ee |
UTF-8 | 惺瑟 | 111001101000001110111010111001111001000110011111 | e683bae7919f |
UHC | 惺瑟 | 11100000111101101110001110100010 | e0f6e3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)