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 | テ古敕コ矗 | 1100001110001100110000111001110111000011101110101110000111011110 | c38cc39dc3bae1de |
EUC-JP | テ古敕コ矗 | 10001110110000111011100011000101110110101100010110001110101110101110001011100000 | 8ec3b8c5dac58ebae2e0 |
UTF-8 | テ古敕コ矗 | 111011111011111010000011111001011000111110100100111001101001010110010101111011111011110110111010111001111001111110010111 | efbe83e58fa4e69595efbdbae79f97 |
UHC | ?古??矗 | 00111111110011011010111100111111001111111111010110111000 | 3fcdaf3f3ff5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)