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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謖幣筵 | 111001101000110010010101101111001110001010100101 | e68c95bce2a5 |
EUC-JP | 謖幣筵 | 111010111110110011001010101111101110010010100111 | ebeccabee4a7 |
UTF-8 | 謖幣筵 | 111010001010110010010110111001011011100110100011111001111010110110110101 | e8ac96e5b9a3e7adb5 |
UHC | 謖幣筵 | 111000011101101011111000110001111110011011011101 | e1daf8c7e6dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)