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] | 1110101111011110100100010101000101011101 | ebde91515d |
SJIS-WIN | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
EUC-JP | ëÞ?Q] | 100011111010101110110011100011111010100110110000001111110101000101011101 | 8fabb38fa9b03f515d |
UTF-8 | ëÞQ] | 1100001110101011110000111001111011000010100100010101000101011101 | c3abc39ec291515d |
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)