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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 阮冗峇笏 | 1110100010010110100011111110011110011011101100101110001010010100 | e8968fe79bb2e294 |
EUC-JP | 阮冗峇笏 | 1110111111110110101111101110100111010110101101001110001111110100 | eff6bee9d6b4e3f4 |
UTF-8 | 阮冗峇笏 | 111010011001100010101110111001011000011010010111111001011011001110000111111001111010110010001111 | e998aee58697e5b387e7ac8f |
UHC | 阮冗?笏 | 11101000110101101110100110110111001111111111101111101110 | e8d6e9b73ffbee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)