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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 余????? | 10010111010111010011111100111111001111110011111100111111 | 975d3f3f3f3f3f |
EUC-JP | 余????? | 11001101101111100011111100111111001111110011111100111111 | cdbe3f3f3f3f3f |
UTF-8 | 余쒕㈀流든룞 | 111001001011110110011001111011001001001010010101111000111000100010000000111011111010011110001010111010111001001110100000111010111010001110011110 | e4bd99ec9295e38880efa78aeb93a0eba39e |
UHC | 余쒕㈀流든룞 | 111001011111100110011100111010111010100110110001111010101111110010110101111001111000111110011001 | e5f99ceba9b1eafcb5e78f99 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)