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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 他足辿蔵\ | 100100011011110010010001101010111001001001001000100100011010000001011100 | 91bc91ab924891a05c |
EUC-JP | 他足辿蔵\ | 110000101011111011000010101011011100001110101001110000101010001001011100 | c2bec2adc3a9c2a25c |
UTF-8 | 他足辿蔵\ | 11100100101110111001011011101000101101101011001111101000101111101011111111101000100101001011010101011100 | e4bb96e8b6b3e8bebfe894b55c |
UHC | 他足??\ | 11110110111000101111000011101011001111110011111101011100 | f6e2f0eb3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)