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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | ?萬削] | 001111111110010011011101100011011110110101011101 | 3fe4dd8ded5d |
EUC-JP | ?萬削] | 001111111110100011011111101110101110111101011101 | 3fe8dfbaef5d |
UTF-8 | 뤢萬削] | 11101011101001001010001011101000100100001010110011100101100010011000101001011101 | eba4a2e890ace5898a5d |
UHC | 뤢萬削] | 10001111110100001101100010111111110111101111101101011101 | 8fd0d8bfdefb5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)