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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雍逸湿關 | 1110100010110100100010001110110110001110101111001110100010010000 | e8b488ed8ebce890 |
EUC-JP | 雍逸湿關 | 1111000010110110101100001110111110111100101111101110111111110000 | f0b6b0efbcbeeff0 |
UTF-8 | 雍逸湿關 | 111010011001101110001101111010011000000010111000111001101011100110111111111010011001011110011100 | e99b8de980b8e6b9bfe9979c |
UHC | 雍逸?關 | 11101000101111001110110011101111001111111100111010111100 | e8bcecef3fcebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)