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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????9 | 00111111001111110011111100111111001111111000001001011000 | 3f3f3f3f3f8258 |
EUC-JP | ?????9 | 00111111001111110011111100111111001111111010001110111001 | 3f3f3f3f3fa3b9 |
UTF-8 | 列룸뱷隣룟9 | 111011111010011010011100111010111010001110111000111010111011000110110111111011111010011110110001111010111010001110011111111011111011110010011001 | efa69ceba3b8ebb1b7efa7b1eba39fefbc99 |
UHC | 列룸뱷隣룟9 | 111001101110101010110111111010111001001110011101111011001110010010110111111001011010001110111001 | e6eab7eb939dece4b7e5a3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)