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 | 100111100100000001101111 | 9e406f |
EUC-JP | 曄o | 110110111010000101101111 | dba16f |
UTF-8 | 曄o | 11100110100110111000010001101111 | e69b846f |
UHC | 曄o | 111001111010010101101111 | e7a56f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)