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 | 蘚?褻 | 1110010101100100001111111110010111110110 | e5643fe5f6 |
EUC-JP | 蘚?褻 | 1110100111000101001111111110101011111000 | e9c53feaf8 |
UTF-8 | 蘚葉褻 | 111010001001100010011010111011111010010110101110111010001010010010111011 | e8989aefa5aee8a4bb |
UHC | 蘚葉褻 | 111000001101000011100000111100011110000011100001 | e0d0e0f1e0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)