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 | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 槨倆飫k | 10011110110110001001100011101101111010010100101101101011 | 9ed898ede94b6b |
EUC-JP | 槨倆飫k | 11011100110110101101000011101111111100011010110001101011 | dcdad0eff1ac6b |
UTF-8 | 槨倆飫k | 11100110101001111010100011100101100000001000011011101001101000111010101101101011 | e6a7a8e58086e9a3ab6b |
UHC | 槨倆?k | 110011101010101011010101110101100011111101101011 | ceaad5d63f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)