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 | 闌ッ謇玖揃 | 111010001000110010101111111001101000100110001011111010001001000110110101 | e88cafe6898be891b5 |
EUC-JP | 闌ッ謇玖揃 | 11101111111011001000111010101111111010111110100110110110111010101100001010110111 | efec8eafebe9b6eac2b7 |
UTF-8 | 闌ッ謇玖揃 | 111010011001011110001100111011111011110110101111111010001010110010000111111001111000111010010110111001101000111110000011 | e9978cefbdafe8ac87e78e96e68f83 |
UHC | ???玖? | 001111110011111100111111110011111011100000111111 | 3f3f3fcfb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)