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 | 材?應 | 1000110111011110001111111001110011100100 | 8dde3f9ce4 |
EUC-JP | 材?應 | 1011101011100000001111111101100011100110 | bae03fd8e6 |
UTF-8 | 材렚應 | 111001101001110110010000111010111010000010011010111001101000011110001001 | e69d90eba09ae68789 |
UHC | 材렚應 | 111011101010011110001110101011011110101111101011 | eea78eadebeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)