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 | 跏セ驕ッ粤 | 1110011011100110101111101110100110000001101011111110001011100011 | e6e6bee981afe2e3 |
EUC-JP | 跏セ驕ッ粤 | 11101100111010001000111010111110111100011110000110001110101011111110010011100101 | ece88ebef1e18eafe4e5 |
UTF-8 | 跏セ驕ッ粤 | 111010001011011110001111111011111011110110111110111010011010100110010101111011111011110110101111111001111011001010100100 | e8b78fefbdbee9a995efbdafe7b2a4 |
UHC | 跏?驕?? | 11001010101110100011111111001110111101100011111100111111 | caba3fcef63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)