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 | 雍?雍?^ | 11101000101101000011111111101000101101000011111101011110 | e8b43fe8b43f5e |
EUC-JP | 雍?雍?^ | 11110000101101100011111111110000101101100011111101011110 | f0b63ff0b63f5e |
UTF-8 | 雍봁雍봁^ | 11101001100110111000110111101011101101001000000111101001100110111000110111101011101101001000000101011110 | e99b8debb481e99b8debb4815e |
UHC | 雍봁雍봁^ | 111010001011110010010100010001001110100010111100100101000100010001011110 | e8bc9444e8bc94445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)