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 | 韃井ク逸 | 11101000111001011000100011100100101110001000100011101101 | e8e588e4b888ed |
EUC-JP | 韃井ク逸 | 1111000011100111101100001110011010001110101110001011000011101111 | f0e7b0e68eb8b0ef |
UTF-8 | 韃井ク逸 | 111010011001111110000011111001001011101010010101111011111011110110111000111010011000000010111000 | e99f83e4ba95efbdb8e980b8 |
UHC | ?井?逸 | 001111111110111111001100001111111110110011101111 | 3fefcc3fecef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)