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 | 蓆ヨ | 11100100111011001000001110001000 | e4ec8388 |
EUC-JP | 蓆ヨ | 11101000111011101010010111101000 | e8eea5e8 |
UTF-8 | 蓆ヨ | 111010001001001110000110111000111000001110101000 | e89386e383a8 |
UHC | 蓆ヨ | 11100000101101101010101111101000 | e0b6abe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)