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 | ?h[?h[^ | 00111111011010000101101100111111011010000101101101011110 | 3f685b3f685b5e |
SJIS-WIN | ?h[?h[^ | 00111111011010000101101100111111011010000101101101011110 | 3f685b3f685b5e |
EUC-JP | ?h[?h[^ | 00111111011010000101101100111111011010000101101101011110 | 3f685b3f685b5e |
UTF-8 | 챔h[챔h[^ | 1110110010110001100101000110100001011011111011001011000110010100011010000101101101011110 | ecb194685becb194685b5e |
UHC | 챔h[챔h[^ | 110000111010100001101000010110111100001110101000011010000101101101011110 | c3a8685bc3a8685b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)