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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 縞雋汐 | 1111000010111110100011101100100011101000101100101000111010101100 | f0be8ec8e8b28eac |
EUC-JP | ?縞雋汐 | 00111111101111001100101011110000101101001011110010101110 | 3fbccaf0b4bcae |
UTF-8 | 縞雋汐 | 111011101000000110111101111001111011100010011110111010011001101110001011111001101011000110010000 | ee81bde7b89ee99b8be6b190 |
UHC | ?縞雋汐 | 00111111111110111101011011110001111001101110000010110001 | 3ffbd6f1e6e0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)