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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蘖?蘖?^ | 10011111010100000011111110011111010100000011111101011110 | 9f503f9f503f5e |
EUC-JP | 蘖?蘖?^ | 11011101101100010011111111011101101100010011111101011110 | ddb13fddb13f5e |
UTF-8 | 蘖봁蘖봁^ | 11101000100110001001011011101011101101001000000111101000100110001001011011101011101101001000000101011110 | e89896ebb481e89896ebb4815e |
UHC | 蘖봁蘖봁^ | 111001011110111010010100010001001110010111101110100101000100010001011110 | e5ee9444e5ee94445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)