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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蛛エ謐芽∮ | 111001011000000110110100111001101000110110001001111010001000011110010011 | e581b4e68d89e88793 |
EUC-JP | 蛛エ謐芽? | 111010011110000110001110101101001110101111101101101100101110101000111111 | e9e18eb4ebedb2ea3f |
UTF-8 | 蛛エ謐芽∮ | 111010001001101110011011111011111011110110110100111010001010110010010000111010001000101010111101111000101000100010101110 | e89b9befbdb4e8ac90e88abde288ae |
UHC | 蛛?謐芽∮ | 111100011100100000111111110110101100110111100100101101001010001010110001 | f1c83fdacde4b4a2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)