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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 灼辞踞\ | 10001110110111001000111010101011111001101111010101011100 | 8edc8eabe6f55c |
EUC-JP | 灼辞踞\ | 10111100110111101011110010101101111011001111011101011100 | bcdebcadecf75c |
UTF-8 | 灼辞踞\ | 11100111100000011011110011101000101111101001111011101000101110001001111001011100 | e781bce8be9ee8b89e5c |
UHC | 灼?踞\ | 111011011100011100111111110010111110011001011100 | edc73fcbe65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)