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 | ?v | 0011111101110110 | 3f76 |
SJIS-WIN | 楯v | 100011110111110001110110 | 8f7c76 |
EUC-JP | 楯v | 101111011101110101110110 | bddd76 |
UTF-8 | 楯v | 11100110101001011010111101110110 | e6a5af76 |
UHC | 楯v | 111000101110010001110110 | e2e476 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)