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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 疾馴疾馴^ | 100011101011111010010011111010011000111010111110100100111110100101011110 | 8ebe93e98ebe93e95e |
EUC-JP | 疾馴疾馴^ | 101111001100000011000110111010111011110011000000110001101110101101011110 | bcc0c6ebbcc0c6eb5e |
UTF-8 | 疾馴疾馴^ | 11100111100101101011111011101001101001101011010011100111100101101011111011101001101001101011010001011110 | e796bee9a6b4e796bee9a6b45e |
UHC | 疾馴疾馴^ | 111100101111000011100010111110001111001011110000111000101111100001011110 | f2f0e2f8f2f0e2f85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)