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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 癌厄癌厄B | 100010101110000010010110111011111000101011100000100101101110111101000010 | 8ae096ef8ae096ef42 |
EUC-JP | 癌厄癌厄B | 101101001110001011001100111100011011010011100010110011001111000101000010 | b4e2ccf1b4e2ccf142 |
UTF-8 | 癌厄癌厄B | 11100111100110011000110011100101100011101000010011100111100110011000110011100101100011101000010001000010 | e7998ce58e84e7998ce58e8442 |
UHC | 癌厄癌厄B | 111001001101111111100100111110001110010011011111111001001111100001000010 | e4dfe4f8e4dfe4f842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)