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 | ??繭苑 | 001111110011111110010110100110101000100110010001 | 3f3f969a8991 |
EUC-JP | 邕杻繭苑 | 10001111111000011110110110001111110000111010011011001011111110101011000111110001 | 8fe1ed8fc3a6cbfab1f1 |
UTF-8 | 邕杻繭苑 | 111010011000001010010101111001101001110110111011111001111011100110101101111010001000101110010001 | e98295e69dbbe7b9ade88b91 |
UHC | 邕杻繭苑 | 1110100010111011110100101110111011001100101101101110101010111101 | e8bbd2eeccb6eabd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)