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 | 隴∵㊥闌 | 1110100010101101100000011110011010000111100001101110100010001100 | e8ad81e68786e88c |
EUC-JP | 隴∵?闌 | 11110000101011111010001011101000001111111110111111101100 | f0afa2e83fefec |
UTF-8 | 隴∵㊥闌 | 111010011001101010110100111000101000100010110101111000111000101010100101111010011001011110001100 | e99ab4e288b5e38aa5e9978c |
UHC | ?∵?? | 0011111110100001111100010011111100111111 | 3fa1f13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)