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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蛛イ謔牙濤霎 | 1110010110000001101100101110011010000010100010011110010110011111101101111110100010111110 | e581b2e68289e59fb7e8be |
EUC-JP | 蛛イ謔牙濤霎 | 111010011110000110001110101100101110101111100010101100101110011111011110101110011111000011000000 | e9e18eb2ebe2b2e7deb9f0c0 |
UTF-8 | 蛛イ謔牙濤霎 | 111010001001101110011011111011111011110110110010111010001010110010010100111001111000100110011001111001101011111110100100111010011001110010001110 | e89b9befbdb2e8ac94e78999e6bfa4e99c8e |
UHC | 蛛?謔牙濤? | 11110001110010000011111111111001110011001110010010110011110101001010011000111111 | f1c83ff9cce4b3d4a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)