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 | ï¦Ñë | 111011111010011010011000110100011000100011101011 | efa698d188eb |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ï¦?Ñ?ë | 1000111110101011110000011000111110100010110000110011111110001111101010101101000000111111100011111010101110110011 | 8fabc18fa2c33f8faad03f8fabb3 |
UTF-8 | ï¦Ñë | 110000111010111111000010101001101100001010011000110000111001000111000010100010001100001110101011 | c3afc2a6c298c391c288c3ab |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)