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 | 簫籵 | 11100010110100101110001011100000 | e2d2e2e0 |
EUC-JP | 簫籵 | 11100100110101001110010011100010 | e4d4e4e2 |
UTF-8 | 簫籵 | 111001111011000010101011111001111011000110110101 | e7b0abe7b1b5 |
UHC | 簫? | 111000011100011100111111 | e1c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)