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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 啖[啖[^ | 10011010010101100101101110011010010101100101101101011110 | 9a565b9a565b5e |
EUC-JP | 啖[啖[^ | 11010011101101110101101111010011101101110101101101011110 | d3b75bd3b75b5e |
UTF-8 | 啖[啖[^ | 111001011001010110010110010110111110010110010101100101100101101101011110 | e595965be595965b5e |
UHC | 啖[啖[^ | 11010011101110100101101111010011101110100101101101011110 | d3ba5bd3ba5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)