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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遉給襲裹 | 1110011110100100100010111000101110001111010100001110010111100101 | e7a48b8b8f50e5e5 |
EUC-JP | 遉給襲裹 | 1110111010100110101101011110101110111101101100011110101011100111 | eea6b5ebbdb1eae7 |
UTF-8 | 遉給襲裹 | 111010011000000110001001111001111011010110100110111010001010010110110010111010001010001110111001 | e98189e7b5a6e8a5b2e8a3b9 |
UHC | ?給襲? | 001111111101000011100101111000111010100100111111 | 3fd0e5e3a93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)