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 | 簽簧捨 | 111000101101001111100010110011101000111011001100 | e2d3e2ce8ecc |
EUC-JP | 簽簧捨 | 111001001101010111100100110100001011110011001110 | e4d5e4d0bcce |
UTF-8 | 簽簧捨 | 111001111011000010111101111001111011000010100111111001101000110110101000 | e7b0bde7b0a7e68da8 |
UHC | 簽簧捨 | 111101001101100011111100110101111101111011010111 | f4d8fcd7ded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)