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 | 蛛イ謔隠 | 11100101100000011011001011100110100000101000100101000010 | e581b2e6828942 |
EUC-JP | 蛛イ謔隠 | 1110100111100001100011101011001011101011111000101011000110100011 | e9e18eb2ebe2b1a3 |
UTF-8 | 蛛イ謔隠 | 111010001001101110011011111011111011110110110010111010001010110010010100111010011001101010100000 | e89b9befbdb2e8ac94e99aa0 |
UHC | 蛛?謔? | 111100011100100000111111111110011100110000111111 | f1c83ff9cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)