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 | 脩ヨ | 11100011111110011000001110001000 | e3f98388 |
EUC-JP | 脩ヨ | 11100110111110111010010111101000 | e6fba5e8 |
UTF-8 | 脩ヨ | 111010001000010010101001111000111000001110101000 | e884a9e383a8 |
UHC | 脩ヨ | 11100010101110111010101111101000 | e2bbabe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)