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 | 。ュ将糺召 | 1010000110101101100011111010101111100010111110111000111110100010 | a1ad8fabe2fb8fa2 |
EUC-JP | 。ュ将糺召 | 10001110101000011000111010101101101111101010110111100100111111011011111010100100 | 8ea18eadbeade4fdbea4 |
UTF-8 | 。ュ将糺召 | 111011111011110110100001111011111011110110101101111001011011000010000110111001111011001110111010111001011000111110101100 | efbda1efbdade5b086e7b3bae58fac |
UHC | ????召 | 001111110011111100111111001111111110000110101111 | 3f3f3f3fe1af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)