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 | 魄ィ豁 | 1110100110101110101010001110011010101101 | e9aea8e6ad |
EUC-JP | 魄ィ豁 | 111100101011000010001110101010001110110010101111 | f2b08ea8ecaf |
UTF-8 | 魄ィ豁 | 111010011010110110000100111011111011110110101000111010001011000110000001 | e9ad84efbda8e8b181 |
UHC | 魄?豁 | 1101101111011110001111111111110011000011 | dbde3ffcc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)