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 | 擺笳 | 10011101101100101110001010010111 | 9db2e297 |
EUC-JP | 擺笳 | 11011010101101001110001111110111 | dab4e3f7 |
UTF-8 | 擺笳 | 111001101001001110111010111001111010110010110011 | e693bae7acb3 |
UHC | 擺? | 111101111110110000111111 | f7ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)