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 | ôâá^ | 10010101100101101000101011110100111000101110000101011110 | 95968af4e2e15e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ???ôâá^ | 00111111001111110011111110001111101010111101010010001111101010111010010010001111101010111010000101011110 | 3f3f3f8fabd48faba48faba15e |
UTF-8 | ôâá^ | 11000010100101011100001010010110110000101000101011000011101101001100001110100010110000111010000101011110 | c295c296c28ac3b4c3a2c3a15e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)