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 | Þïó³~ | 1101111011101111111100111011001101111110 | deeff3b37e |
SJIS-WIN | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
EUC-JP | Þïó?~ | 1000111110101001101100001000111110101011110000011000111110101011110100010011111101111110 | 8fa9b08fabc18fabd13f7e |
UTF-8 | Þïó³~ | 110000111001111011000011101011111100001110110011110000101011001101111110 | c39ec3afc3b3c2b37e |
UHC | Þ??³~ | 10101000101011010011111100111111101010011111100001111110 | a8ad3f3fa9f87e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)