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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ムヲ}ムヲ{^ | 1111000010100011110100011010011001111101111100001010001111010001101001100111101101011110 | f0a3d1a67df0a3d1a67b5e |
EUC-JP | ?ムヲ}?ムヲ{^ | 00111111100011101101000110001110101001100111110100111111100011101101000110001110101001100111101101011110 | 3f8ed18ea67d3f8ed18ea67b5e |
UTF-8 | ムヲ}ムヲ{^ | 111011101000000110100010111011111011111010010001111011111011110110100110011111011110111010000001101000101110111110111110100100011110111110111101101001100111101101011110 | ee81a2efbe91efbda67dee81a2efbe91efbda67b5e |
UHC | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)