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 | 異?] | 10001000110110010011111101011101 | 88d93f5d |
EUC-JP | 異?] | 10110000110110110011111101011101 | b0db3f5d |
UTF-8 | 異렦] | 11100111100101011011000011101011101000001010011001011101 | e795b0eba0a65d |
UHC | 異렦] | 1110110010110110100011101011010101011101 | ecb68eb55d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)