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 | í§qhí§q | 111011011001100010100111011100010110100011101101100110001010011101110001 | ed98a77168ed98a771 |
SJIS-WIN | ??§qh??§q | 0011111100111111100000011001100001110001011010000011111100111111100000011001100001110001 | 3f3f819871683f3f819871 |
EUC-JP | í?§qhí?§q | 100011111010101110111111001111111010000111111000011100010110100010001111101010111011111100111111101000011111100001110001 | 8fabbf3fa1f871688fabbf3fa1f871 |
UTF-8 | í§qhí§q | 110000111010110111000010100110001100001010100111011100010110100011000011101011011100001010011000110000101010011101110001 | c3adc298c2a77168c3adc298c2a771 |
UHC | ??§qh??§q | 0011111100111111101000011101011101110001011010000011111100111111101000011101011101110001 | 3f3fa1d771683f3fa1d771 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)