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 | 蛇式射治^ | 100011101101011010001110101011101000111011001011100011101010000101011110 | 8ed68eae8ecb8ea15e |
EUC-JP | 蛇式射治^ | 101111001101100010111100101100001011110011001101101111001010001101011110 | bcd8bcb0bccdbca35e |
UTF-8 | 蛇式射治^ | 11101000100110111000011111100101101111001000111111100101101100001000010011100110101100101011101101011110 | e89b87e5bc8fe5b084e6b2bb5e |
UHC | 蛇式射治^ | 110111101110111111100011110100101101111011010010111101101011110101011110 | deefe3d2ded2f6bd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)