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 | ????v | 0011111100111111001111110011111101110110 | 3f3f3f3f76 |
SJIS-WIN | 鉧而焏汐v | 111110111100101110001110101001111111101101010011100011101010110001110110 | fbcb8ea7fb538eac76 |
EUC-JP | 鉧而焏汐v | 1000111111100011111010011011110010101001100011111100100111101001101111001010111001110110 | 8fe3e9bca98fc9e9bcae76 |
UTF-8 | 鉧而焏汐v | 11101001100010011010011111101000100000001000110011100111100001001000111111100110101100011001000001110110 | e989a7e8808ce7848fe6b19076 |
UHC | ?而?汐v | 00111111111011001011101100111111111000001011000101110110 | 3fecbb3fe0b176 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)