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 | 菴曾 | 11100100101111011001000101011100 | e4bd915c |
EUC-JP | 菴曾 | 11101000101111111100000110111101 | e8bfc1bd |
UTF-8 | 菴曾 | 111010001000111110110100111001101001101110111110 | e88fb4e69bbe |
UHC | 菴曾 | 11100100111000001111000111110100 | e4e0f1f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)