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 | ííÀí¤¹ | 111011011110110111000000111011011010010010111001 | ededc0eda4b9 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ííÀí¤? | 10001111101010111011111110001111101010111011111110001111101010101010001010001111101010111011111110001111101000101111000000111111 | 8fabbf8fabbf8faaa28fabbf8fa2f03f |
UTF-8 | ííÀí¤¹ | 110000111010110111000011101011011100001110000000110000111010110111000010101001001100001010111001 | c3adc3adc380c3adc2a4c2b9 |
UHC | ????¤¹ | 0011111100111111001111110011111110100010101101001010100111110110 | 3f3f3f3fa2b4a9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)