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 | ??k | 001111110011111101101011 | 3f3f6b |
SJIS-WIN | 賊短k | 1001000110101111100100100101101001101011 | 91af925a6b |
EUC-JP | 賊短k | 1100001010110001110000111011101101101011 | c2b1c3bb6b |
UTF-8 | 賊短k | 11101000101100111000101011100111100111111010110101101011 | e8b38ae79fad6b |
UHC | 賊短k | 1110111011100100110100111010110101101011 | eee4d3ad6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)