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 | û¡î¨@h | 1111101110100001100101111110111010000010101010000100000001101000 | fba197ee82a84068 |
SJIS-WIN | ?????¨@h | 001111110011111100111111001111110011111110000001010011100100000001101000 | 3f3f3f3f3f814e4068 |
EUC-JP | û¡?î?¨@h | 100011111010101111100101100011111010001011000010001111111000111110101011110000100011111110100001101011110100000001101000 | 8fabe58fa2c23f8fabc23fa1af4068 |
UTF-8 | û¡î¨@h | 1100001110111011110000101010000111000010100101111100001110101110110000101000001011000010101010000100000001101000 | c3bbc2a1c297c3aec282c2a84068 |
UHC | ?¡???¨@h | 00111111101000101010111000111111001111110011111110100001101001110100000001101000 | 3fa2ae3f3f3fa1a74068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)