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 | ヨ瞽礼ヨ瞽硺^ | 1101011011100001110110101111101101111101110101101110000111011010111110110111101101011110 | d6e1dafb7dd6e1dafb7b5e |
EUC-JP | ヨ瞽?ヨ瞽硺^ | 10001110110101101110001011011100001111111000111011010110111000101101110010001111110011111110110101011110 | 8ed6e2dc3f8ed6e2dc8fcfed5e |
UTF-8 | ヨ瞽礼ヨ瞽硺^ | 11101111101111101001011011100111100111101011110111101111101010001001100011101111101111101001011011100111100111101011110111100111101000011011101001011110 | efbe96e79ebdefa898efbe96e79ebde7a1ba5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)