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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蘚?褻蘚 | 11100101011001000011111111100101111101101110010101100100 | e5643fe5f6e564 |
EUC-JP | 蘚?褻蘚 | 11101001110001010011111111101010111110001110100111000101 | e9c53feaf8e9c5 |
UTF-8 | 蘚葉褻蘚 | 111010001001100010011010111011111010010110101110111010001010010010111011111010001001100010011010 | e8989aefa5aee8a4bbe8989a |
UHC | 蘚葉褻蘚 | 1110000011010000111000001111000111100000111000011110000011010000 | e0d0e0f1e0e1e0d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)