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 | 轢吃轢 | 111001111000000010001011011010001110011110000000 | e7808b68e780 |
EUC-JP | 轢吃轢 | 111011011110000010110101110010011110110111100000 | ede0b5c9ede0 |
UTF-8 | 轢吃轢 | 111010001011110110100010111001011001000010000011111010001011110110100010 | e8bda2e59083e8bda2 |
UHC | 轢吃轢 | 110101011111100111111101110111101101010111111001 | d5f9fdded5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)