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 | オ翩ュオ聚 | 10110101111000111100011110101101101101011110001111011010 | b5e3c7adb5e3da |
EUC-JP | オ翩ュオ聚 | 10001110101101011110011011001001100011101010110110001110101101011110011011011100 | 8eb5e6c98ead8eb5e6dc |
UTF-8 | オ翩ュオ聚 | 111011111011110110110101111001111011111110101001111011111011110110101101111011111011110110110101111010001000000110011010 | efbdb5e7bfa9efbdadefbdb5e8819a |
UHC | ?翩??聚 | 00111111111110001011101100111111001111111111011010101001 | 3ff8bb3f3ff6a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)