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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 軏情筒薰ィ^ | 11111011101100101000111111101110100100111001101111111011100111101010100001011110 | fbb28fee939bfb9ea85e |
EUC-JP | 軏情筒?ィ^ | 1000111111100000110110011011111011110000110001011111101100111111100011101010100001011110 | 8fe0d9bef0c5fb3f8ea85e |
UTF-8 | 軏情筒薰ィ^ | 11101000101110111000111111100110100000111000010111100111101011011001001011101000100101101011000011101111101111011010100001011110 | e8bb8fe68385e7ad92e896b0efbda85e |
UHC | ?情筒薰?^ | 001111111110111111010111111101111101010111111101101110010011111101011110 | 3fefd7f7d5fdb93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)