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 | 涇ス蛛イ貉 | 1111101011111011101111011110010110000001101100101110011010111001 | fafbbde581b2e6b9 |
EUC-JP | 涇ス蛛イ貉 | 1000111111000111110001111000111010111101111010011110000110001110101100101110110010111011 | 8fc7c78ebde9e18eb2ecbb |
UTF-8 | 涇ス蛛イ貉 | 111001101011011010000111111011111011110110111101111010001001101110011011111011111011110110110010111010001011001010001001 | e6b687efbdbde89b9befbdb2e8b289 |
UHC | 涇?蛛?? | 11001100110111000011111111110001110010000011111100111111 | ccdc3ff1c83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)