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 | 斃笄}斃笄{^ | 1001110111001011111000101010000001111101100111011100101111100010101000000111101101011110 | 9dcbe2a07d9dcbe2a07b5e |
EUC-JP | 斃笄}斃笄{^ | 1101101011001101111001001010001001111101110110101100110111100100101000100111101101011110 | dacde4a27ddacde4a27b5e |
UTF-8 | 斃笄}斃笄{^ | 111001101001011010000011111001111010110010000100011111011110011010010110100000111110011110101100100001000111101101011110 | e69683e7ac847de69683e7ac847b5e |
UHC | 斃?}斃?{^ | 111110001100101000111111011111011111100011001010001111110111101101011110 | f8ca3f7df8ca3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)