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 | 蓐唯銹 | 111001001110101010010111010000101110011111110110 | e4ea9742e7f6 |
EUC-JP | 蓐唯銹 | 111010001110110011001101101000111110111011111000 | e8eccda3eef8 |
UTF-8 | 蓐唯銹 | 111010001001001110010000111001011001010010101111111010011000101010111001 | e89390e594afe98ab9 |
UHC | ?唯銹 | 0011111111101010111001101110001011001000 | 3feae6e2c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)