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 | 射磁釈 | 100011101100101110001110101001011000111011011111 | 8ecb8ea58edf |
EUC-JP | 射磁釈 | 101111001100110110111100101001111011110011100001 | bccdbca7bce1 |
UTF-8 | 射磁釈 | 111001011011000010000100111001111010001110000001111010011000011110001000 | e5b084e7a381e98788 |
UHC | 射磁? | 1101111011010010111011011011100000111111 | ded2edb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)