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 | 隴∵㊥鉤 | 1110100010101101100000011110011010000111100001101110011111101010 | e8ad81e68786e7ea |
EUC-JP | 隴∵?鉤 | 11110000101011111010001011101000001111111110111011101100 | f0afa2e83feeec |
UTF-8 | 隴∵㊥鉤 | 111010011001101010110100111000101000100010110101111000111000101010100101111010011000100110100100 | e99ab4e288b5e38aa5e989a4 |
UHC | ?∵?鉤 | 001111111010000111110001001111111100111111001001 | 3fa1f13fcfc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)