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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 迺ァ陂ッG | 11100111100100101010011111101000100110001010111101000111 | e792a7e898af47 |
EUC-JP | 迺ァ陂ッG | 111011011111001010001110101001111110111111111000100011101010111101000111 | edf28ea7eff88eaf47 |
UTF-8 | 迺ァ陂ッG | 11101000101111111011101011101111101111011010011111101001100110011000001011101111101111011010111101000111 | e8bfbaefbda7e99982efbdaf47 |
UHC | ??陂?G | 001111110011111111111001101011100011111101000111 | 3f3ff9ae3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)