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 | 炯?] | 11100000011101100011111101011101 | e0763f5d |
EUC-JP | 炯?] | 11011111110101110011111101011101 | dfd73f5d |
UTF-8 | 炯쭿] | 11100111100000101010111111101100101011011011111101011101 | e782afecadbf5d |
UHC | 炯쭿] | 1111101110100110101010000101000101011101 | fba6a8515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)