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 | ìö¢o~ | 1110110011110110101000100110111101111110 | ecf6a26f7e |
SJIS-WIN | ??¢o~ | 001111110011111110000001100100010110111101111110 | 3f3f81916f7e |
EUC-JP | ìö¢o~ | 10001111101010111100000010001111101010111101001110100001111100010110111101111110 | 8fabc08fabd3a1f16f7e |
UTF-8 | ìö¢o~ | 1100001110101100110000111011011011000010101000100110111101111110 | c3acc3b6c2a26f7e |
UHC | ???o~ | 0011111100111111001111110110111101111110 | 3f3f3f6f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)