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 | 001111110011111101110110 | 3f3f76 |
SJIS-WIN | 琲獏v | 1110000011101000111000001101000101110110 | e0e8e0d176 |
EUC-JP | 琲獏v | 1110000011101010111000001101001101110110 | e0eae0d376 |
UTF-8 | 琲獏v | 11100111100100001011001011100111100011011000111101110110 | e790b2e78d8f76 |
UHC | ??v | 001111110011111101110110 | 3f3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)