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 | 鉷磁 | 111110111100110110001110101001011111000010100110 | fbcd8ea5f0a6 |
EUC-JP | 鉷磁? | 100011111110001111110001101111001010011100111111 | 8fe3f1bca73f |
UTF-8 | 鉷磁 | 111010011000100110110111111001111010001110000001111011101000000110100101 | e989b7e7a381ee81a5 |
UHC | ?磁? | 00111111111011011011100000111111 | 3fedb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)