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 | ???N | 00111111001111110011111101001110 | 3f3f3f4e |
SJIS-WIN | 維?しN | 100010001101101100111111100000101011010101001110 | 88db3f82b54e |
EUC-JP | 維?しN | 101100001101110100111111101001001011011101001110 | b0dd3fa4b74e |
UTF-8 | 維껊しN | 11100111101101101010110111101010101110111000101011100011100000011001011101001110 | e7b6adeabb8ae381974e |
UHC | 維껊しN | 11101011101010111000001111101011101010101011011101001110 | ebab83ebaab74e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)