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 | ?????e^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
SJIS-WIN | 驍よュ遘、e^ | 1110100110000010100000101110011010000011100001011110011110100111101001000110010101011110 | e98282e68385e7a7a4655e |
EUC-JP | 驍よュ遘、e^ | 111100011110001010100100111010001010010111100101111011101010100110001110101001000110010101011110 | f1e2a4e8a5e5eea98ea4655e |
UTF-8 | 驍よュ遘、e^ | 1110100110101001100011011110001110000010100010001110001110000011101001011110100110000001100110001110111110111101101001000110010101011110 | e9a98de38288e383a5e98198efbda4655e |
UHC | 驍よュ??e^ | 11111101101001001010101011101000101010111110010100111111001111110110010101011110 | fda4aae8abe53f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)