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 | 證蝎檳 | 111001101001101011100101100110011001111101000110 | e69ae5999f46 |
EUC-JP | 證蝎檳 | 111010111111101011101001111110011101110110100111 | ebfae9f9dda7 |
UTF-8 | 證蝎檳 | 111010001010110110001001111010001001110110001110111001101010101010110011 | e8ad89e89d8ee6aab3 |
UHC | 證蝎檳 | 111100011111101111001010111010011101111010110001 | f1fbcae9deb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)