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 | 庵啞 | 1011000011000011100011111011010111100000 | b0c38fb5e0 |
UTF-8 | 庵啞 | 111001011011101010110101111001011001010110011110 | e5bab5e5959e |
UHC | 庵啞 | 11100100110111011110010010101111 | e4dde4af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)