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 | ????noBF | 0011111100111111001111110011111101101110011011110100001001000110 | 3f3f3f3f6e6f4246 |
SJIS-WIN | 癲???noBF | 111000011001111100111111001111110011111101101110011011110100001001000110 | e19f3f3f3f6e6f4246 |
EUC-JP | 癲???noBF | 111000101010000100111111001111110011111101101110011011110100001001000110 | e2a13f3f3f6e6f4246 |
UTF-8 | 癲쑳쇰㎍noBF | 11100111100110011011001011101100100100011011001111101100100001111011000011100011100011101000110101101110011011110100001001000110 | e799b2ec91b3ec87b0e38e8d6e6f4246 |
UHC | 癲쑳쇰㎍noBF | 111011111010011010011100110011101011110011101011101001111011011001101110011011110100001001000110 | efa69ccebceba7b66e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)