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 | æóí¯ | 111001101111001110001111111011011000110110101111 | e6f38fed8daf |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | æó?í?¯ | 1000111110101001110000011000111110101011110100010011111110001111101010111011111100111111100011111010001010110100 | 8fa9c18fabd13f8fabbf3f8fa2b4 |
UTF-8 | æóí¯ | 110000111010011011000011101100111100001010001111110000111010110111000010100011011100001010101111 | c3a6c3b3c28fc3adc28dc2af |
UHC | æ????? | 10101001101000010011111100111111001111110011111100111111 | a9a13f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)