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 | 窘蔕蓍 | 111000100111101011100100111101101110010011100111 | e27ae4f6e4e7 |
EUC-JP | 窘蔕蓍 | 111000111101101111101000111110001110100011101001 | e3dbe8f8e8e9 |
UTF-8 | 窘蔕蓍 | 111001111010101010011000111010001001010010010101111010001001001110001101 | e7aa98e89495e8938d |
UHC | 窘?蓍 | 1100111111010111001111111110001111001001 | cfd73fe3c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)