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 | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 蛛イ逎“@h | 111001011000000110110010111001111010001110000001011001110100000001101000 | e581b2e7a381674068 |
EUC-JP | 蛛イ逎“@h | 11101001111000011000111010110010111011101010010110100001110010000100000001101000 | e9e18eb2eea5a1c84068 |
UTF-8 | 蛛イ逎“@h | 1110100010011011100110111110111110111101101100101110100110000000100011101110001010000000100111000100000001101000 | e89b9befbdb2e9808ee2809c4068 |
UHC | 蛛??“@h | 1111000111001000001111110011111110100001101100000100000001101000 | f1c83f3fa1b04068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)