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 | 跣ゥ閧ッ邏 | 1110011011101111101010011110100010000010101011111110011110110100 | e6efa9e882afe7b4 |
EUC-JP | 跣ゥ閧ッ邏 | 11101100111100011000111010101001111011111110001010001110101011111110111010110110 | ecf18ea9efe28eafeeb6 |
UTF-8 | 跣ゥ閧ッ邏 | 111010001011011110100011111011111011110110101001111010011001011010100111111011111011110110101111111010011000001010001111 | e8b7a3efbda9e996a7efbdafe9828f |
UHC | 跣???邏 | 11100000110100110011111100111111001111111101010110100100 | e0d33f3f3fd5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)