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 | 蓴亥蛤 | 111001001111000110001000111001011001010010111000 | e4f188e594b8 |
EUC-JP | 蓴亥蛤 | 111010001111001110110000111001111100100010111010 | e8f3b0e7c8ba |
UTF-8 | 蓴亥蛤 | 111010001001001110110100111001001011101010100101111010001001101110100100 | e893b4e4baa5e89ba4 |
UHC | 蓴亥蛤 | 111000101111000111111010101001001111100111101101 | e2f1faa4f9ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)