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 | ?o | 0011111101101111 | 3f6f |
SJIS-WIN | 瓮o | 111000010100010001101111 | e1446f |
EUC-JP | 瓮o | 111000011010010101101111 | e1a56f |
UTF-8 | 瓮o | 11100111100100111010111001101111 | e793ae6f |
UHC | 瓮o | 111010001011011101101111 | e8b76f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)