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^ | 1110110011110110101100110100111101011110 | ecf6b34f5e |
SJIS-WIN | ???O^ | 0011111100111111001111110100111101011110 | 3f3f3f4f5e |
EUC-JP | ìö?O^ | 100011111010101111000000100011111010101111010011001111110100111101011110 | 8fabc08fabd33f4f5e |
UTF-8 | ìö³O^ | 1100001110101100110000111011011011000010101100110100111101011110 | c3acc3b6c2b34f5e |
UHC | ??³O^ | 001111110011111110101001111110000100111101011110 | 3f3fa9f84f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)