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 | 蓚畩 | 11100100111010011110000101011101 | e4e9e15d |
EUC-JP | 蓚畩 | 11101000111010111110000110111110 | e8ebe1be |
UTF-8 | 蓚畩 | 111010001001001110011010111001111001010110101001 | e8939ae795a9 |
UHC | 蓚? | 111000101011111000111111 | e2be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)