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 | 鞣憙鞣枌^ | 111010001110001010011100110110001110100011100010100111100110001001011110 | e8e29cd8e8e29e625e |
EUC-JP | 鞣憙鞣枌^ | 111100001110010011011000110110101111000011100100110110111100001101011110 | f0e4d8daf0e4dbc35e |
UTF-8 | 鞣憙鞣枌^ | 11101001100111101010001111100110100001101001100111101001100111101010001111100110100111101000110001011110 | e99ea3e68699e99ea3e69e8c5e |
UHC | ?憙??^ | 001111111111110111110010001111110011111101011110 | 3ffdf23f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)