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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 射磁蕈 | 100011101100101110001110101001011110010011111100 | 8ecb8ea5e4fc |
EUC-JP | 射磁蕈 | 101111001100110110111100101001111110100011111110 | bccdbca7e8fe |
UTF-8 | 射磁蕈 | 111001011011000010000100111001111010001110000001111010001001010110001000 | e5b084e7a381e89588 |
UHC | 射磁? | 1101111011010010111011011011100000111111 | ded2edb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)