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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 祕瀚 | 11100010010011111110000001101010 | e24fe06a |
EUC-JP | 祕瀚 | 11100011101100001101111111001011 | e3b0dfcb |
UTF-8 | 祕瀚 | 111001111010010110010101111001111000000010011010 | e7a595e7809a |
UHC | ?瀚 | 001111111111100111010101 | 3ff9d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)