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 | 葹葫 | 11100100110111111110010011010111 | e4dfe4d7 |
EUC-JP | 葹葫 | 11101000111000011110100011011001 | e8e1e8d9 |
UTF-8 | 葹葫 | 111010001001000110111001111010001001000110101011 | e891b9e891ab |
UHC | ?葫 | 001111111111101111011001 | 3ffbd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)