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 | 默瑪璢 | 111000001101001011100000111100111110000011100011 | e0d2e0f3e0e3 |
EUC-JP | 默瑪璢 | 111000001101010011100000111101011110000011100101 | e0d4e0f5e0e5 |
UTF-8 | 默瑪璢 | 111010011011101110011000111001111001000110101010111001111001001010100010 | e9bb98e791aae792a2 |
UHC | 默瑪? | 1101100111111001110110001010010100111111 | d9f9d8a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)