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 | 磁 | 111100001111000010001110101001011111001010111101 | f0f08ea5f2bd |
EUC-JP | ?磁? | 00111111101111001010011100111111 | 3fbca73f |
UTF-8 | 磁 | 111011101000001010101111111001111010001110000001111011101000011110110100 | ee82afe7a381ee87b4 |
UHC | ?磁? | 00111111111011011011100000111111 | 3fedb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)