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 | 宸蓚 | 10011011100000101110010011101001 | 9b82e4e9 |
EUC-JP | 宸蓚 | 11010101111000101110100011101011 | d5e2e8eb |
UTF-8 | 宸蓚 | 111001011010111010111000111010001001001110011010 | e5aeb8e8939a |
UHC | 宸蓚 | 11100011111001001110001010111110 | e3e4e2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)