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 | 蛟耶秤 | 111001011000000010010110111010111001010010001001 | e58096eb9489 |
EUC-JP | 蛟耶秤 | 111010011110000011001100111011011100011111101001 | e9e0ccedc7e9 |
UTF-8 | 蛟耶秤 | 111010001001101110011111111010001000000010110110111001111010011110100100 | e89b9fe880b6e7a7a4 |
UHC | 蛟耶秤 | 110011101111000111100101101011011111011011011111 | cef1e5adf6df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)