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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 霍幃。皮ゥエ^ | 11101000101101111001101111101001101000011001010011100111101010011011010001011110 | e8b79be9a194e7a9b45e |
EUC-JP | 霍幃。皮ゥエ^ | 11110000101110011101011011101011100011101010000111001000111010011000111010101001100011101011010001011110 | f0b9d6eb8ea1c8e98ea98eb45e |
UTF-8 | 霍幃。皮ゥエ^ | 11101001100111001000110111100101101110011000001111101111101111011010000111100111100110101010111011101111101111011010100111101111101111011011010001011110 | e99c8de5b983efbda1e79aaeefbda9efbdb45e |
UHC | ???皮??^ | 0011111100111111001111111111100110101011001111110011111101011110 | 3f3f3ff9ab3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)