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 | 宸? | 100110111000001000111111 | 9b823f |
EUC-JP | 宸? | 110101011110001000111111 | d5e23f |
UTF-8 | 宸땮 | 111001011010111010111000111010111001010110101110 | e5aeb8eb95ae |
UHC | 宸땮 | 11100011111001001000101110000100 | e3e48b84 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)