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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蛛イ謔羽 | 11100101100000011011001011100110100000101000100101001000 | e581b2e6828948 |
EUC-JP | 蛛イ謔羽 | 1110100111100001100011101011001011101011111000101011000110101001 | e9e18eb2ebe2b1a9 |
UTF-8 | 蛛イ謔羽 | 111010001001101110011011111011111011110110110010111010001010110010010100111001111011111010111101 | e89b9befbdb2e8ac94e7bebd |
UHC | 蛛?謔羽 | 11110001110010000011111111111001110011001110100111100010 | f1c83ff9cce9e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)