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 | 韜丞 | 11101000111010011000111111100101 | e8e98fe5 |
EUC-JP | 韜丞 | 11110000111010111011111011100111 | f0ebbee7 |
UTF-8 | 韜丞 | 111010011001111110011100111001001011100010011110 | e99f9ce4b89e |
UHC | 韜丞 | 11010100101101111110001110101010 | d4b7e3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)