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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 維?し~ | 100010001101101100111111100000101011010101111110 | 88db3f82b57e |
EUC-JP | 維?し~ | 101100001101110100111111101001001011011101111110 | b0dd3fa4b77e |
UTF-8 | 維껊し~ | 11100111101101101010110111101010101110111000101011100011100000011001011101111110 | e7b6adeabb8ae381977e |
UHC | 維껊し~ | 11101011101010111000001111101011101010101011011101111110 | ebab83ebaab77e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)