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 | 眤澵 | 11100001110000001111101101001100 | e1c0fb4c |
EUC-JP | 眤澵 | 1110001011000010100011111100100011111000 | e2c28fc8f8 |
UTF-8 | 眤澵 | 111001111001110010100100111001101011111010110101 | e79ca4e6beb5 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)