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 | 性? | 100100001010101100111111 | 90ab3f |
EUC-JP | 性? | 110000001010110100111111 | c0ad3f |
UTF-8 | 性曆 | 111001101000000010100111111011111010011010001011 | e680a7efa68b |
UHC | 性曆 | 11100000111101011110011010110111 | e0f5e6b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)