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 | ìö´hY | 1110110011110110101101000110100001011001 | ecf6b46859 |
SJIS-WIN | ??´hY | 001111110011111110000001010011000110100001011001 | 3f3f814c6859 |
EUC-JP | ìö´hY | 10001111101010111100000010001111101010111101001110100001101011010110100001011001 | 8fabc08fabd3a1ad6859 |
UTF-8 | ìö´hY | 1100001110101100110000111011011011000010101101000110100001011001 | c3acc3b6c2b46859 |
UHC | ??´hY | 001111110011111110100010101001010110100001011001 | 3f3fa2a56859 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)