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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 是?\ | 10010000101001010011111101011100 | 90a53f5c |
EUC-JP | 是?\ | 11000000101001110011111101011100 | c0a73f5c |
UTF-8 | 是뤂\ | 11100110100110001010111111101011101001001000001001011100 | e698afeba4825c |
UHC | 是뤂\ | 1110001111000000100011111011001101011100 | e3c08fb35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)