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 | 髻ュ辷オ譁弯 | 11101001100111111010110111100111100010001011010111100110100101101001110001011110 | e99fade788b5e6969c5e |
EUC-JP | 髻ュ辷オ譁弯 | 111100101010000110001110101011011110110111101000100011101011010111101011111101101101011110111111 | f2a18eadede88eb5ebf6d7bf |
UTF-8 | 髻ュ辷オ譁弯 | 111010011010101110111011111011111011110110101101111010001011111010110111111011111011110110110101111010001010110110000001111001011011110010101111 | e9abbbefbdade8beb7efbdb5e8ad81e5bcaf |
UHC | ????譁? | 00111111001111110011111100111111111111001010011000111111 | 3f3f3f3ffca63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)