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 | 證$澣 | 111001101001101010000001100100001110000001010100 | e69a8190e054 |
EUC-JP | 證$澣 | 111010111111101010100001111100001101111110110101 | ebfaa1f0dfb5 |
UTF-8 | 證$澣 | 111010001010110110001001111011111011110010000100111001101011111010100011 | e8ad89efbc84e6bea3 |
UHC | 證$澣 | 111100011111101110100011101001001111100111010100 | f1fba3a4f9d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)