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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 涌顫涌顫^ | 100101110100111111101000111110101001011101001111111010001111101001011110 | 974fe8fa974fe8fa5e |
EUC-JP | 涌顫涌顫^ | 110011011011000011110000111111001100110110110000111100001111110001011110 | cdb0f0fccdb0f0fc5e |
UTF-8 | 涌顫涌顫^ | 11100110101101101000110011101001101000011010101111100110101101101000110011101001101000011010101101011110 | e6b68ce9a1abe6b68ce9a1ab5e |
UHC | 涌顫涌顫^ | 111010011011111111101111101101011110100110111111111011111011010101011110 | e9bfefb5e9bfefb55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)