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 | 殃?揄 | 1001111101101001001111111001110110001001 | 9f693f9d89 |
EUC-JP | 殃?揄 | 1101110111001010001111111101100111101001 | ddca3fd9e9 |
UTF-8 | 殃센揄 | 111001101010111010000011111011001000010010111100111001101000111110000100 | e6ae83ec84bce68f84 |
UHC | 殃센揄 | 111001001110101010111100101111101110101011110001 | e4eabcbeeaf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)