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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 躁?箏?釣 | 1110011101001110001111111110001010110101001111111001001011011110 | e74e3fe2b53f92de |
EUC-JP | 躁?箏?釣 | 1110110110101111001111111110010010110111001111111100010011100000 | edaf3fe4b73fc4e0 |
UTF-8 | 躁렕箏렎釣 | 111010001011101010000001111010111010000010010101111001111010111010001111111010111010000010001110111010011000011110100011 | e8ba81eba095e7ae8feba08ee987a3 |
UHC | 躁렕箏렎釣 | 11110000111000101000111010101010111011101011010010001110101001001111000011100101 | f0e28eaaeeb48ea4f0e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)