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 | çx^ | 11000011101001110111100001011110 | c3a7785e |
SJIS-WIN | ?§x^ | 0011111110000001100110000111100001011110 | 3f8198785e |
EUC-JP | çx^ | 10001111101010101010101010100001111110000111100001011110 | 8faaaaa1f8785e |
UTF-8 | çx^ | 110000111000001111000010101001110111100001011110 | c383c2a7785e |
UHC | ?§x^ | 0011111110100001110101110111100001011110 | 3fa1d7785e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)