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 | 俶圸 | 10011000111001101001101010101001 | 98e69aa9 |
EUC-JP | 俶圸 | 11010000111010001101010010101011 | d0e8d4ab |
UTF-8 | 俶圸 | 111001001011111110110110111001011001110010111000 | e4bfb6e59cb8 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)