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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 齊峰??嵬 | 1110101010001110100101011111010000111111001111111001101111001010 | ea8e95f43f3f9bca |
EUC-JP | 齊峰??嵬 | 1111001111101110110010101111011000111111001111111101011011001100 | f3eecaf63f3fd6cc |
UTF-8 | 齊峰렒렖嵬 | 111010011011110110001010111001011011001110110000111010111010000010010010111010111010000010010110111001011011010110101100 | e9bd8ae5b3b0eba092eba096e5b5ac |
UHC | 齊峰렒렖嵬 | 11110000101110101101110011101000100011101010011110001110101010111110100011100011 | f0badce88ea78eabe8e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)