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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 漆] | 1111000010110101100011101011110101011101 | f0b58ebd5d |
EUC-JP | ?漆] | 00111111101111001011111101011101 | 3fbcbf5d |
UTF-8 | 漆] | 11101110100000011011010011100110101111001000011001011101 | ee81b4e6bc865d |
UHC | ?漆] | 00111111111101101101010001011101 | 3ff6d45d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)