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 | 鬱逗?^ | 100111110101010010010000100000000011111101011110 | 9f5490803f5e |
EUC-JP | 鬱逗?^ | 110111011011010110111111111000000011111101011110 | ddb5bfe03f5e |
UTF-8 | 鬱逗썬^ | 11101001101011001011000111101001100000001001011111101100100011011010110001011110 | e9acb1e98097ec8dac5e |
UHC | 鬱逗썬^ | 11101010101001101101010011101000101111011110001101011110 | eaa6d4e8bde35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)