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 | ¼Þ¼Q] | 101111001101111010111100101011010101000101011101 | bcdebcad515d |
SJIS-WIN | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
EUC-JP | ?Þ??Q] | 0011111110001111101010011011000000111111001111110101000101011101 | 3f8fa9b03f3f515d |
UTF-8 | ¼Þ¼Q] | 11000010101111001100001110011110110000101011110011000010101011010101000101011101 | c2bcc39ec2bcc2ad515d |
UHC | ¼Þ¼Q] | 10101000111110011010100010101101101010001111100110100001101010010101000101011101 | a8f9a8ada8f9a1a9515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)