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 | ?莎蹈 | 0011111111100100101100111110011101000100 | 3fe4b3e744 |
EUC-JP | ?莎蹈 | 0011111111101000101101011110110110100101 | 3fe8b5eda5 |
UTF-8 | 鱗莎蹈 | 111011111010011110110010111010001000111010001110111010001011100110001000 | efa7b2e88e8ee8b988 |
UHC | 鱗莎蹈 | 111011001110011111011110111011011101010010110000 | ece7deedd4b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)