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 | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-WIN | 将ア召ト~ | 10001111101010111011000110001111101000101100010001111110 | 8fabb18fa2c47e |
EUC-JP | 将ア召ト~ | 101111101010110110001110101100011011111010100100100011101100010001111110 | bead8eb1bea48ec47e |
UTF-8 | 将ア召ト~ | 11100101101100001000011011101111101111011011000111100101100011111010110011101111101111101000010001111110 | e5b086efbdb1e58facefbe847e |
UHC | ??召?~ | 001111110011111111100001101011110011111101111110 | 3f3fe1af3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)