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 | 要ヤ | 10010111011101101000001110000100 | 97768384 |
EUC-JP | 要ヤ | 11001101110101111010010111100100 | cdd7a5e4 |
UTF-8 | 要ヤ | 111010001010011010000001111000111000001110100100 | e8a681e383a4 |
UHC | 要ヤ | 11101001101010011010101111100100 | e9a9abe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)