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 | 迹ゥ閧ッ邏 | 1110011110010001101010011110100010000010101011111110011110110100 | e791a9e882afe7b4 |
EUC-JP | 迹ゥ閧ッ邏 | 11101101111100011000111010101001111011111110001010001110101011111110111010110110 | edf18ea9efe28eafeeb6 |
UTF-8 | 迹ゥ閧ッ邏 | 111010001011111110111001111011111011110110101001111010011001011010100111111011111011110110101111111010011000001010001111 | e8bfb9efbda9e996a7efbdafe9828f |
UHC | 迹???邏 | 11101110111010010011111100111111001111111101010110100100 | eee93f3f3fd5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)