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 | 簇?蹈 | 1110001011000110001111111110011101000100 | e2c63fe744 |
EUC-JP | 簇?蹈 | 1110010011001000001111111110110110100101 | e4c83feda5 |
UTF-8 | 簇펨蹈 | 111001111011000010000111111011011000111010101000111010001011100110001000 | e7b087ed8ea8e8b988 |
UHC | 簇펨蹈 | 111100001110101011000110111010001101010010110000 | f0eac6e8d4b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)