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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 驩ク}驩ク{^ | 111010011000100110111000011111011110100110001001101110000111101101011110 | e989b87de989b87b5e |
EUC-JP | 驩ク}驩ク{^ | 1111000111101001100011101011100001111101111100011110100110001110101110000111101101011110 | f1e98eb87df1e98eb87b5e |
UTF-8 | 驩ク}驩ク{^ | 111010011010100110101001111011111011110110111000011111011110100110101001101010011110111110111101101110000111101101011110 | e9a9a9efbdb87de9a9a9efbdb87b5e |
UHC | 驩?}驩?{^ | 111111001011111000111111011111011111110010111110001111110111101101011110 | fcbe3f7dfcbe3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)