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 | 菴溢 | 11100100101111011000100011101100 | e4bd88ec |
EUC-JP | 菴溢 | 11101000101111111011000011101110 | e8bfb0ee |
UTF-8 | 菴溢 | 111010001000111110110100111001101011101010100010 | e88fb4e6baa2 |
UHC | 菴溢 | 11100100111000001110110011101110 | e4e0ecee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)