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 | 蛟擁 | 11100101100000001001011101101001 | e5809769 |
EUC-JP | 蛟擁 | 11101001111000001100110111001010 | e9e0cdca |
UTF-8 | 蛟擁 | 111010001001101110011111111001101001001110000001 | e89b9fe69381 |
UHC | 蛟擁 | 11001110111100011110100010110110 | cef1e8b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)