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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 盞゚ | 111000011011010111011111 | e1b5df |
EUC-JP | 盞゚ | 11100010101101111000111011011111 | e2b78edf |
UTF-8 | 盞゚ | 111001111001101110011110111011111011111010011111 | e79b9eefbe9f |
UHC | 盞? | 111011011101001100111111 | edd33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)