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^ | 111101011110011111110101111011100110010101011110 | f5e7f5ee655e |
SJIS-WIN | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
EUC-JP | õçõîe^ | 1000111110101011110110001000111110101011101011101000111110101011110110001000111110101011110000100110010101011110 | 8fabd88fabae8fabd88fabc2655e |
UTF-8 | õçõîe^ | 11000011101101011100001110100111110000111011010111000011101011100110010101011110 | c3b5c3a7c3b5c3ae655e |
UHC | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)