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 | èkDèkD^ | 1110100010011000100100110110101101000100111010001001100010010011011010110100010001011110 | e898936b44e898936b445e |
SJIS-WIN | ???kD???kD^ | 0011111100111111001111110110101101000100001111110011111100111111011010110100010001011110 | 3f3f3f6b443f3f3f6b445e |
EUC-JP | è??kDè??kD^ | 100011111010101110110010001111110011111101101011010001001000111110101011101100100011111100111111011010110100010001011110 | 8fabb23f3f6b448fabb23f3f6b445e |
UTF-8 | èkDèkD^ | 1100001110101000110000101001100011000010100100110110101101000100110000111010100011000010100110001100001010010011011010110100010001011110 | c3a8c298c2936b44c3a8c298c2936b445e |
UHC | ???kD???kD^ | 0011111100111111001111110110101101000100001111110011111100111111011010110100010001011110 | 3f3f3f6b443f3f3f6b445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)