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 | ???W | 00111111001111110011111101010111 | 3f3f3f57 |
SJIS-WIN | 脱箪速W | 10010010010001011001001001011100100100011010110001010111 | 9245925c91ac57 |
EUC-JP | 脱箪速W | 11000011101001101100001110111101110000101010111001010111 | c3a6c3bdc2ae57 |
UTF-8 | 脱箪速W | 11101000100001001011000111100111101011101010101011101001100000001001111101010111 | e884b1e7aeaae9809f57 |
UHC | ??速W | 0011111100111111111000011101110001010111 | 3f3fe1dc57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)