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 | î©é® | 111011101001000010101001111010011010111010000011 | ee90a9e9ae83 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | î?©é®? | 1000111110101011110000100011111110001111101000101110110110001111101010111011000110001111101000101110111000111111 | 8fabc23f8fa2ed8fabb18fa2ee3f |
UTF-8 | î©é® | 110000111010111011000010100100001100001010101001110000111010100111000010101011101100001010000011 | c3aec290c2a9c3a9c2aec283 |
UHC | ????®? | 00111111001111110011111100111111101000101110011100111111 | 3f3f3f3fa2e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)