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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 辜壌档笏キ^ | 11100111100000111000111111101011100111101000001111100010100101001011011101011110 | e7838feb9e83e294b75e |
EUC-JP | 辜壌档笏キ^ | 1110110111100011101111101110110111011011111000111110001111110100100011101011011101011110 | ede3beeddbe3e3f48eb75e |
UTF-8 | 辜壌档笏キ^ | 11101000101111101001110011100101101000111000110011100110101000011010001111100111101011001000111111101111101111011011011101011110 | e8be9ce5a38ce6a1a3e7ac8fefbdb75e |
UHC | 辜??笏?^ | 1100110111010000001111110011111111111011111011100011111101011110 | cdd03f3ffbee3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)