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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 霓「緕廝F | 1110100010111101101000101110001110001110100111000100001001000110 | e8bda2e38e9c4246 |
EUC-JP | 霓「緕廝F | 111100001011111110001110101000101110010111101110110101111010001101000110 | f0bf8ea2e5eed7a346 |
UTF-8 | 霓「緕廝F | 11101001100111001001001111101111101111011010001011100111101101111001010111100101101110111001110101000110 | e99c93efbda2e7b795e5bb9d46 |
UHC | 霓???F | 111001111110011100111111001111110011111101000110 | e7e73f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)