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 | 腆憙腆枌^ | 111001000100000110011100110110001110010001000001100111100110001001011110 | e4419cd8e4419e625e |
EUC-JP | 腆憙腆枌^ | 111001111010001011011000110110101110011110100010110110111100001101011110 | e7a2d8dae7a2dbc35e |
UTF-8 | 腆憙腆枌^ | 11101000100001011000011011100110100001101001100111101000100001011000011011100110100111101000110001011110 | e88586e68699e88586e69e8c5e |
UHC | ?憙??^ | 001111111111110111110010001111110011111101011110 | 3ffdf23f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)