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 | 濠芒 | 10001101100010101110010010001010 | 8d8ae48a |
EUC-JP | 濠芒 | 10111001111010101110011111101010 | b9eae7ea |
UTF-8 | 濠芒 | 111001101011111110100000111010001000101010010010 | e6bfa0e88a92 |
UHC | 濠芒 | 11111011110011001101100011010011 | fbccd8d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)