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 | ?U?N | 00111111010101010011111101001110 | 3f553f4e |
SJIS-WIN | 叩U叩N | 100100100100000001010101100100100100000001001110 | 92405592404e |
EUC-JP | 叩U叩N | 110000111010000101010101110000111010000101001110 | c3a155c3a14e |
UTF-8 | 叩U叩N | 1110010110001111101010010101010111100101100011111010100101001110 | e58fa955e58fa94e |
UHC | 叩U叩N | 110011011011000001010101110011011011000001001110 | cdb055cdb04e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)