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 | 釶ソ荵玲 | 11100111110111111011111111100100101110011001011111100110 | e7dfbfe4b997e6 |
EUC-JP | 釶ソ荵玲 | 1110111011100001100011101011111111101000101110111100111011101000 | eee18ebfe8bbcee8 |
UTF-8 | 釶ソ荵玲 | 111010011000011110110110111011111011110110111111111010001000110110110101111001111000111010110010 | e987b6efbdbfe88db5e78eb2 |
UHC | ???玲 | 0011111100111111001111111101011010111100 | 3f3f3fd6bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)