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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 蠍ク豁ソ\ | 11100101101101101011100011100110101011011011111101011100 | e5b6b8e6adbf5c |
EUC-JP | 蠍ク豁ソ\ | 111010101011100010001110101110001110110010101111100011101011111101011100 | eab88eb8ecaf8ebf5c |
UTF-8 | 蠍ク豁ソ\ | 11101000101000001000110111101111101111011011100011101000101100011000000111101111101111011011111101011100 | e8a08defbdb8e8b181efbdbf5c |
UHC | ??豁?\ | 001111110011111111111100110000110011111101011100 | 3f3ffcc33f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)