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 | ?ヨ | 001111111000001110001000 | 3f8388 |
EUC-JP | 薏ヨ | 1000111111011001110111101010010111101000 | 8fd9dea5e8 |
UTF-8 | 薏ヨ | 111010001001011010001111111000111000001110101000 | e8968fe383a8 |
UHC | 薏ヨ | 11101011111110111010101111101000 | ebfbabe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)