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 | ?q[?q[^ | 00111111011100010101101100111111011100010101101101011110 | 3f715b3f715b5e |
SJIS-WIN | ?q[?q[^ | 00111111011100010101101100111111011100010101101101011110 | 3f715b3f715b5e |
EUC-JP | ?q[?q[^ | 00111111011100010101101100111111011100010101101101011110 | 3f715b3f715b5e |
UTF-8 | 묧q[묧q[^ | 1110101110101100101001110111000101011011111010111010110010100111011100010101101101011110 | ebaca7715bebaca7715b5e |
UHC | 묧q[묧q[^ | 100100011111111001110001010110111001000111111110011100010101101101011110 | 91fe715b91fe715b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)