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] | 1110100011011110100000010101000101011101 | e8de81515d |
SJIS-WIN | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
EUC-JP | èÞ?Q] | 100011111010101110110010100011111010100110110000001111110101000101011101 | 8fabb28fa9b03f515d |
UTF-8 | èÞQ] | 1100001110101000110000111001111011000010100000010101000101011101 | c3a8c39ec281515d |
UHC | ?Þ?Q] | 001111111010100010101101001111110101000101011101 | 3fa8ad3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)