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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蛟冗幹 | 111001011000000010001111111001111000101010110010 | e5808fe78ab2 |
EUC-JP | 蛟冗幹 | 111010011110000010111110111010011011010010110100 | e9e0bee9b4b4 |
UTF-8 | 蛟冗幹 | 111010001001101110011111111001011000011010010111111001011011100110111001 | e89b9fe58697e5b9b9 |
UHC | 蛟冗幹 | 110011101111000111101001101101111100101011001111 | cef1e9b7cacf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)