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 | 切? | 100100001101100000111111 | 90d83f |
EUC-JP | 切湄 | 1100000011011010100011111100011111110001 | c0da8fc7f1 |
UTF-8 | 切湄 | 111001011000100010000111111001101011100110000100 | e58887e6b984 |
UHC | 切湄 | 11101111101101111101101010110101 | efb7dab5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)