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 | 闌ォ蛟カ鬆 | 1110100010001100101010111110010110000000101101101110100110100000 | e88cabe580b6e9a0 |
EUC-JP | 闌ォ蛟カ鬆 | 11101111111011001000111010101011111010011110000010001110101101101111001010100010 | efec8eabe9e08eb6f2a2 |
UTF-8 | 闌ォ蛟カ鬆 | 111010011001011110001100111011111011110110101011111010001001101110011111111011111011110110110110111010011010110010000110 | e9978cefbdabe89b9fefbdb6e9ac86 |
UHC | ??蛟?? | 001111110011111111001110111100010011111100111111 | 3f3fcef13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)