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 | 霄∝オ檎 | 11101000101110101000000111100101101101011000110011100111 | e8ba81e5b58ce7 |
EUC-JP | 霄∝オ檎 | 1111000010111100101000101110011110001110101101011011100011101001 | f0bca2e78eb5b8e9 |
UTF-8 | 霄∝オ檎 | 111010011001110010000100111000101000100010011101111011111011110110110101111001101010101010001110 | e99c84e2889defbdb5e6aa8e |
UHC | ?∝?檎 | 001111111010000111110000001111111101000011010101 | 3fa1f03fd0d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)