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 | 痘醒 | 10010011100101111001000011000001 | 939790c1 |
EUC-JP | 痘醒 | 11000101111101111100000011000011 | c5f7c0c3 |
UTF-8 | 痘醒 | 111001111001011110011000111010011000011010010010 | e79798e98692 |
UHC | 痘醒 | 11010100111000111110000110100101 | d4e3e1a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)