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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 磬墨] | 1110000111111100100101100110111001011101 | e1fc966e5d |
EUC-JP | 磬墨] | 1110001011111110110010111100111101011101 | e2fecbcf5d |
UTF-8 | 磬墨] | 11100111101000111010110011100101101000101010100001011101 | e7a3ace5a2a85d |
UHC | 磬墨] | 1100110011100100110110011111100001011101 | cce4d9f85d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)