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 | ????CA | 001111110011111100111111001111110100001101000001 | 3f3f3f3f4341 |
SJIS-WIN | 豸ャ鮖ソCA | 1110011010110110101011001110100110111001101111110100001101000001 | e6b6ace9b9bf4341 |
EUC-JP | 豸ャ鮖ソCA | 11101100101110001000111010101100111100101011101110001110101111110100001101000001 | ecb88eacf2bb8ebf4341 |
UTF-8 | 豸ャ鮖ソCA | 1110100010110001101110001110111110111101101011001110100110101110100101101110111110111101101111110100001101000001 | e8b1b8efbdace9ae96efbdbf4341 |
UHC | ????CA | 001111110011111100111111001111110100001101000001 | 3f3f3f3f4341 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)