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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 證弱序妤毅 | 11100110100110101000111011100011100011111001100011111010101001001000101101000010 | e69a8ee38f98faa48b42 |
EUC-JP | 證弱序妤毅 | 1110101111111010101111001110010110111101111110001000111110111001101011111011010110100011 | ebfabce5bdf88fb9afb5a3 |
UTF-8 | 證弱序妤毅 | 111010001010110110001001111001011011110010110001111001011011101010001111111001011010011010100100111001101010111110000101 | e8ad89e5bcb1e5ba8fe5a6a4e6af85 |
UHC | 證弱序?毅 | 111100011111101111100101101100001101111111101101001111111110101111110110 | f1fbe5b0dfed3febf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)