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 | 要ヨ | 10010111011101101000001110001000 | 97768388 |
EUC-JP | 要ヨ | 11001101110101111010010111101000 | cdd7a5e8 |
UTF-8 | 要ヨ | 111010001010011010000001111000111000001110101000 | e8a681e383a8 |
UHC | 要ヨ | 11101001101010011010101111101000 | e9a9abe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)