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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 簧六丶 | 111000101100111010011000010110101001100010100100 | e2ce985a98a4 |
EUC-JP | 簧六丶 | 111001001101000011001111101110111101000010100110 | e4d0cfbbd0a6 |
UTF-8 | 簧六丶 | 111001111011000010100111111001011000010110101101111001001011100010110110 | e7b0a7e585ade4b8b6 |
UHC | 簧六? | 1111110011010111110101111011111100111111 | fcd7d7bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)