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 | 篩萇 | 11100010101111111110010011000111 | e2bfe4c7 |
EUC-JP | 篩萇 | 11100100110000011110100011001001 | e4c1e8c9 |
UTF-8 | 篩萇 | 111001111010111110101001111010001001000010000111 | e7afa9e89087 |
UHC | 篩? | 110111101110100000111111 | dee83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)