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 | 急崧? | 1000101101111101111110101010111100111111 | 8b7dfaaf3f |
EUC-JP | 急崧? | 101101011101111010001111101110111100101000111111 | b5de8fbbca3f |
UTF-8 | 急崧묘 | 111001101000000010100101111001011011010010100111111010111010110010011000 | e680a5e5b4a7ebac98 |
UHC | 急崧묘 | 110100001110000111100010111111101011100110100110 | d0e1e2feb9a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)