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 | 10010010010001011001001001011011100100011011000101101011 | 9245925b91b16b |
EUC-JP | 脱端続k | 11000011101001101100001110111100110000101011001101101011 | c3a6c3bcc2b36b |
UTF-8 | 脱端続k | 11101000100001001011000111100111101010111010111111100111101101101001101001101011 | e884b1e7abafe7b69a6b |
UHC | ?端?k | 0011111111010011101011100011111101101011 | 3fd3ae3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)