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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 莵爵灼粃莵 | 11100100101101111000111011011101100011101101110011100010111000011110010010110111 | e4b78edd8edce2e1e4b7 |
EUC-JP | 莵爵灼粃莵 | 11101000101110011011110011011111101111001101111011100100111000111110100010111001 | e8b9bcdfbcdee4e3e8b9 |
UTF-8 | 莵爵灼粃莵 | 111010001000111010110101111001111000100010110101111001111000000110111100111001111011001010000011111010001000111010110101 | e88eb5e788b5e781bce7b283e88eb5 |
UHC | ?爵灼粃? | 0011111111101101110010011110110111000111110111011111101100111111 | 3fedc9edc7ddfb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)