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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 諸?贓?F | 10001111100101000011111111100110110110010011111101000110 | 8f943fe6d93f46 |
EUC-JP | 諸?贓?F | 10111101111101000011111111101100110110110011111101000110 | bdf43fecdb3f46 |
UTF-8 | 諸렭贓렩F | 11101000101010111011100011101011101000001010110111101000101101001001001111101011101000001010100101000110 | e8abb8eba0ade8b493eba0a946 |
UHC | 諸렭贓렩F | 111100001011001110001110101110101110110111111100100011101011011101000110 | f0b38ebaedfc8eb746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)