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 | 耨 | 11100011110100111111000111111100 | e3d3f1fc |
EUC-JP | 耨? | 111001101101010100111111 | e6d53f |
UTF-8 | 耨 | 111010001000000010101000111011101000010110110111 | e880a8ee85b7 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)