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 | ª£ª£E | 10001111101010101010001110001111101010101010001101000101 | 8faaa38faaa345 |
SJIS-WIN | ??£??£E | 001111110011111110000001100100100011111100111111100000011001001001000101 | 3f3f81923f3f819245 |
EUC-JP | ?ª£?ª£E | 00111111100011111010001011101100101000011111001000111111100011111010001011101100101000011111001001000101 | 3f8fa2eca1f23f8fa2eca1f245 |
UTF-8 | ª£ª£E | 11000010100011111100001010101010110000101010001111000010100011111100001010101010110000101010001101000101 | c28fc2aac2a3c28fc2aac2a345 |
UHC | ?ª??ª?E | 001111111010100010100011001111110011111110101000101000110011111101000101 | 3fa8a33f3fa8a33f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)