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 | õçõî~ | 1111010111100111111101011110111001111110 | f5e7f5ee7e |
SJIS-WIN | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
EUC-JP | õçõî~ | 10001111101010111101100010001111101010111010111010001111101010111101100010001111101010111100001001111110 | 8fabd88fabae8fabd88fabc27e |
UTF-8 | õçõî~ | 110000111011010111000011101001111100001110110101110000111010111001111110 | c3b5c3a7c3b5c3ae7e |
UHC | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)