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 | 褂作宙 | 111001011110011010001101111011001001001010001000 | e5e68dec9288 |
EUC-JP | 褂作宙 | 111010101110100010111010111011101100001111101000 | eae8baeec3e8 |
UTF-8 | 褂作宙 | 111010001010010010000010111001001011110110011100111001011010111010011001 | e8a482e4bd9ce5ae99 |
UHC | ?作宙 | 0011111111101101110000101111000110110101 | 3fedc2f1b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)