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 | ??a??c{d | 0011111100111111011000010011111100111111011000110111101101100100 | 3f3f613f3f637b64 |
SJIS-WIN | ?「a?カc{d | 0011111110100010011000010011111110110110011000110111101101100100 | 3fa2613fb6637b64 |
EUC-JP | ?「a?カc{d | 00111111100011101010001001100001001111111000111010110110011000110111101101100100 | 3f8ea2613f8eb6637b64 |
UTF-8 | 䵸「a䵸カc{d | 11100100101101011011100011101111101111011010001001100001111001001011010110111000111011111011110110110110011000110111101101100100 | e4b5b8efbda261e4b5b8efbdb6637b64 |
UHC | ??a??c{d | 0011111100111111011000010011111100111111011000110111101101100100 | 3f3f613f3f637b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)