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 | 受〓6榕 | 1000111011110011100000011010110010000010010101011001111011010101 | 8ef381ac82559ed5 |
EUC-JP | 受〓6榕 | 1011110011110101101000101010111010100011101101101101110011010111 | bcf5a2aea3b6dcd7 |
UTF-8 | 受〓6榕 | 111001011000111110010111111000111000000010010011111011111011110010010110111001101010011010010101 | e58f97e38093efbc96e6a695 |
UHC | 受〓6榕 | 1110000111110100101000011110101110100011101101101110100110111110 | e1f4a1eba3b6e9be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)