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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霄∝オ梧渠 | 111010001011101010000001111001011011010110001100111001101000101110010100 | e8ba81e5b58ce68b94 |
EUC-JP | 霄∝オ梧渠 | 11110000101111001010001011100111100011101011010110111000111010001011010111110100 | f0bca2e78eb5b8e8b5f4 |
UTF-8 | 霄∝オ梧渠 | 111010011001110010000100111000101000100010011101111011111011110110110101111001101010001010100111111001101011100010100000 | e99c84e2889defbdb5e6a2a7e6b8a0 |
UHC | ?∝?梧渠 | 0011111110100001111100000011111111100111111111001100101111100010 | 3fa1f03fe7fccbe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)