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 | 庵? | 100010001100000100111111 | 88c13f |
EUC-JP | 庵? | 101100001100001100111111 | b0c33f |
UTF-8 | 庵띾 | 111001011011101010110101111010111001110110111110 | e5bab5eb9dbe |
UHC | 庵띾 | 11100100110111011000110111101011 | e4dd8deb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)