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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 莊o修絅 | 1110010010110101100000101000111110001111010000111110001101000100 | e4b5828f8f43e344 |
EUC-JP | 莊o修絅 | 1110100010110111101000111110111110111101101001001110010110100101 | e8b7a3efbda4e5a5 |
UTF-8 | 莊o修絅 | 111010001000111010001010111011111011110110001111111001001011111110101110111001111011010110000101 | e88e8aefbd8fe4bfaee7b585 |
UHC | 莊o修絅 | 1110110111110110101000111110111111100001111100111100110011100111 | edf6a3efe1f3cce7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)