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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 将蓖「エ召ツB | 10001111101010111110010011101101101000101011010010001111101000101100001001000010 | 8fabe4eda2b48fa2c242 |
EUC-JP | 将蓖「エ召ツB | 10111110101011011110100011101111100011101010001010001110101101001011111010100100100011101100001001000010 | beade8ef8ea28eb4bea48ec242 |
UTF-8 | 将蓖「エ召ツB | 11100101101100001000011011101000100100111001011011101111101111011010001011101111101111011011010011100101100011111010110011101111101111101000001001000010 | e5b086e89396efbda2efbdb4e58facefbe8242 |
UHC | ????召?B | 0011111100111111001111110011111111100001101011110011111101000010 | 3f3f3f3fe1af3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)