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^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | 畏???e^ | 10001000110110000011111100111111001111110110010101011110 | 88d83f3f3f655e |
EUC-JP | 畏???e^ | 10110000110110100011111100111111001111110110010101011110 | b0da3f3f3f655e |
UTF-8 | 畏붇뉍뵪e^ | 1110011110010101100011111110101110110110100001111110101110001001100011011110101110110101101010100110010101011110 | e7958febb687eb898debb5aa655e |
UHC | 畏붇뉍뵪e^ | 11101000111001101011101011010001100001111110001010010100101010000110010101011110 | e8e6bad187e294a8655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)