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 | ゚ッ}゚ッ{^ | 1111000111111011110111111010111101111101111100011111101111011111101011110111101101011110 | f1fbdfaf7df1fbdfaf7b5e |
EUC-JP | ?゚ッ}?゚ッ{^ | 00111111100011101101111110001110101011110111110100111111100011101101111110001110101011110111101101011110 | 3f8edf8eaf7d3f8edf8eaf7b5e |
UTF-8 | ゚ッ}゚ッ{^ | 111011101000010110110110111011111011111010011111111011111011110110101111011111011110111010000101101101101110111110111110100111111110111110111101101011110111101101011110 | ee85b6efbe9fefbdaf7dee85b6efbe9fefbdaf7b5e |
UHC | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)