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 | 羌g辱 | 111000111011001110000010100001111001000001001010 | e3b38287904a |
EUC-JP | 羌g辱 | 111001101011010110100011111001111011111110101011 | e6b5a3e7bfab |
UTF-8 | 羌g辱 | 111001111011111010001100111011111011110110000111111010001011111010110001 | e7be8cefbd87e8beb1 |
UHC | 羌g辱 | 110010111011011010100011111001111110100110110100 | cbb6a3e7e9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)