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 | 矚瀚 | 11100001110111111110000001101010 | e1dfe06a |
EUC-JP | 矚瀚 | 11100010111000011101111111001011 | e2e1dfcb |
UTF-8 | 矚瀚 | 111001111001111110011010111001111000000010011010 | e79f9ae7809a |
UHC | ?瀚 | 001111111111100111010101 | 3ff9d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)