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 | 糶 | 11110010111110111110001011111010 | f2fbe2fa |
EUC-JP | ?糶 | 001111111110010011111100 | 3fe4fc |
UTF-8 | 糶 | 111011101000100010110010111001111011001110110110 | ee88b2e7b3b6 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)