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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 赦箚実^ | 10001110110011011110001010110010100011101100000001011110 | 8ecde2b28ec05e |
EUC-JP | 赦箚実^ | 10111100110011111110010010110100101111001100001001011110 | bccfe4b4bcc25e |
UTF-8 | 赦箚実^ | 11101000101101011010011011100111101011101001101011100101101011101001111101011110 | e8b5a6e7ae9ae5ae9f5e |
UHC | 赦箚?^ | 110111101111010111110011101100000011111101011110 | def5f3b03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)