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 | 牴蓼珀 | 111000001011000011100100111110001110000011011111 | e0b0e4f8e0df |
EUC-JP | 牴蓼珀 | 111000001011001011101000111110101110000011100001 | e0b2e8fae0e1 |
UTF-8 | 牴蓼珀 | 111001111000100110110100111010001001001110111100111001111000111110000000 | e789b4e893bce78f80 |
UHC | ?蓼珀 | 0011111111010110111111101101101011010110 | 3fd6fedad6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)