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 | 章狡? | 1000111111001101111000001100001000111111 | 8fcde0c23f |
EUC-JP | 章狡珴 | 10111110110011111110000011000100100011111100101111111000 | becfe0c48fcbf8 |
UTF-8 | 章狡珴 | 111001111010101110100000111001111000101110100001111001111000111110110100 | e7aba0e78ba1e78fb4 |
UHC | 章狡? | 1110110111110001110011101110101000111111 | edf1ceea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)