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 | òðÞäF | 1111001011110000110111101110010001000110 | f2f0dee446 |
SJIS-WIN | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
EUC-JP | òðÞäF | 10001111101010111101001010001111101010011100001110001111101010011011000010001111101010111010001101000110 | 8fabd28fa9c38fa9b08faba346 |
UTF-8 | òðÞäF | 110000111011001011000011101100001100001110011110110000111010010001000110 | c3b2c3b0c39ec3a446 |
UHC | ?ðÞ?F | 00111111101010011010001110101000101011010011111101000110 | 3fa9a3a8ad3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)