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 | 蛛イ隰晁珍 | 111001011000000110110010111010001010110010011101111010001001001010111111 | e581b2e8ac9de892bf |
EUC-JP | 蛛イ隰晁珍 | 11101001111000011000111010110010111100001010111011011010111010101100010011000001 | e9e18eb2f0aedaeac4c1 |
UTF-8 | 蛛イ隰晁珍 | 111010001001101110011011111011111011110110110010111010011001101010110000111001101001100110000001111001111000111110001101 | e89b9befbdb2e99ab0e69981e78f8d |
UHC | 蛛??晁珍 | 1111000111001000001111110011111111110000110001011111001011010010 | f1c83f3ff0c5f2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)