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 | 要ョ | 10010111011101101000001110000111 | 97768387 |
EUC-JP | 要ョ | 11001101110101111010010111100111 | cdd7a5e7 |
UTF-8 | 要ョ | 111010001010011010000001111000111000001110100111 | e8a681e383a7 |
UHC | 要ョ | 11101001101010011010101111100111 | e9a9abe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)