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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 飮? | 100111110101101000111111 | 9f5a3f |
EUC-JP | 飮? | 110111011011101100111111 | ddbb3f |
UTF-8 | 飮튎 | 111010011010001110101110111011011000101010001110 | e9a3aeed8a8e |
UHC | 飮튎 | 11101011111001101011101001000010 | ebe6ba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)