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 | 予試 | 10010111010111001000111010001110 | 975c8e8e |
EUC-JP | 予試 | 11001101101111011011101111101110 | cdbdbbee |
UTF-8 | 予試 | 111001001011101010001000111010001010100110100110 | e4ba88e8a9a6 |
UHC | 予試 | 11100101111110001110001111001011 | e5f8e3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)