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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 陟朱o^ | 11101000101000001000111011101001100000101000111101011110 | e8a08ee9828f5e |
EUC-JP | 陟朱o^ | 11110000101000101011110011101011101000111110111101011110 | f0a2bceba3ef5e |
UTF-8 | 陟朱o^ | 11101001100110011001111111100110100111001011000111101111101111011000111101011110 | e9999fe69cb1efbd8f5e |
UHC | 陟朱o^ | 11110100101100111111000110111001101000111110111101011110 | f4b3f1b9a3ef5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)