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 | u[k | 10011010011101010101101101101011 | 9a755b6b |
SJIS-WIN | ?u[k | 00111111011101010101101101101011 | 3f755b6b |
EUC-JP | ?u[k | 00111111011101010101101101101011 | 3f755b6b |
UTF-8 | u[k | 1100001010011010011101010101101101101011 | c29a755b6b |
UHC | ?u[k | 00111111011101010101101101101011 | 3f755b6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)