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 | ?????OE | 00111111001111110011111100111111001111110100111101000101 | 3f3f3f3f3f4f45 |
SJIS-WIN | 晶諶ァ識OE | 1000111110111011111110011101001011111011101010101010011110001110101011110100111101000101 | 8fbbf9d2fbaaa78eaf4f45 |
EUC-JP | 晶?諶ァ識OE | 101111101011110100111111100011111101111010110101100011101010011110111100101100010100111101000101 | bebd3f8fdeb58ea7bcb14f45 |
UTF-8 | 晶諶ァ識OE | 1110011010011001101101101110111010011100101011011110100010101011101101101110111110111101101001111110100010101101100110000100111101000101 | e699b6ee9cade8abb6efbda7e8ad984f45 |
UHC | 晶?諶?識OE | 11101111110111000011111111100100101001100011111111100011110110110100111101000101 | efdc3fe4a63fe3db4f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)