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 | ?????M^ | 00111111001111110011111100111111001111110100110101011110 | 3f3f3f3f3f4d5e |
SJIS-WIN | テャテカ罸M^ | 1100001110101100110000111011011011100011101011010100110101011110 | c3acc3b6e3ad4d5e |
EUC-JP | テャテカ罸M^ | 100011101100001110001110101011001000111011000011100011101011011011100110101011110100110101011110 | 8ec38eac8ec38eb6e6af4d5e |
UTF-8 | テャテカ罸M^ | 1110111110111110100000111110111110111101101011001110111110111110100000111110111110111101101101101110011110111101101110000100110101011110 | efbe83efbdacefbe83efbdb6e7bdb84d5e |
UHC | ?????M^ | 00111111001111110011111100111111001111110100110101011110 | 3f3f3f3f3f4d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)