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 | 瑩甃 | 11100000111100001110000101001011 | e0f0e14b |
EUC-JP | 瑩甃 | 11100000111100101110000110101100 | e0f2e1ac |
UTF-8 | 瑩甃 | 111001111001000110101001111001111001010010000011 | e791a9e79483 |
UHC | 瑩? | 111110111010100100111111 | fba93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)