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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 遘胱 | 11100111101001111110001111110111 | e7a7e3f7 |
EUC-JP | 遘胱 | 11101110101010011110011011111001 | eea9e6f9 |
UTF-8 | 遘胱 | 111010011000000110011000111010001000001110110001 | e98198e883b1 |
UHC | ?胱 | 001111111100111011001101 | 3fcecd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)