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 | £ | 11101110101011101011110110100011 | eeaebda3 |
SJIS-WIN | ???£ | 0011111100111111001111111000000110010010 | 3f3f3f8192 |
EUC-JP | î®?£ | 100011111010101111000010100011111010001011101110001111111010000111110010 | 8fabc28fa2ee3fa1f2 |
UTF-8 | £ | 1100001110101110110000101010111011000010101111011100001010100011 | c3aec2aec2bdc2a3 |
UHC | ?®½? | 001111111010001011100111101010001111011000111111 | 3fa2e7a8f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)