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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 鬲城牽^ | 11101001101011011000111111101001100011001010000101011110 | e9ad8fe98ca15e |
EUC-JP | 鬲城牽^ | 11110010101011111011111011101011101110001010001101011110 | f2afbeebb8a35e |
UTF-8 | 鬲城牽^ | 11101001101011001011001011100101100111111000111011100111100010011011110101011110 | e9acb2e59f8ee789bd5e |
UHC | ?城牽^ | 001111111110000011110010110011001011001001011110 | 3fe0f2ccb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)