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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 銓假ソ・鞴懆 | 11100111111100101001100011101111101111111010010111101000111001001001110011101000 | e7f298efbfa5e8e49ce8 |
EUC-JP | 銓假ソ・鞴懆 | 111011101111010011010000111100011000111010111111100011101010010111110000111001101101100011101010 | eef4d0f18ebf8ea5f0e6d8ea |
UTF-8 | 銓假ソ・鞴懆 | 111010011000101010010011111001011000000110000111111011111011110110111111111011111011110110100101111010011001111010110100111001101000011110000110 | e98a93e58187efbdbfefbda5e99eb4e68786 |
UHC | 銓假???? | 1110111110110000110010101010001100111111001111110011111100111111 | efb0caa33f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)