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 | 壅沿 | 10011010110101111000100110001000 | 9ad78988 |
EUC-JP | 壅沿 | 11010100110110011011000111101000 | d4d9b1e8 |
UTF-8 | 壅沿 | 111001011010001110000101111001101011001010111111 | e5a385e6b2bf |
UHC | 壅沿 | 11101000101101011110011011001101 | e8b5e6cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)