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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 豌壱摧豁ヲ^ | 11100110101100001000100011101011100111011001010011100110101011011010011001011110 | e6b088eb9d94e6ada65e |
EUC-JP | 豌壱摧豁ヲ^ | 1110110010110010101100001110110111011001111101001110110010101111100011101010011001011110 | ecb2b0edd9f4ecaf8ea65e |
UTF-8 | 豌壱摧豁ヲ^ | 11101000101100011000110011100101101000111011000111100110100100011010011111101000101100011000000111101111101111011010011001011110 | e8b18ce5a3b1e691a7e8b181efbda65e |
UHC | 豌??豁?^ | 1110100011010101001111110011111111111100110000110011111101011110 | e8d53f3ffcc33f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)