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 | 轢削宗鐓 | 1110011110000000100011011110110110001111010000001110100001011101 | e7808ded8f40e85d |
EUC-JP | 轢削宗鐓 | 1110110111100000101110101110111110111101101000011110111110111110 | ede0baefbda1efbe |
UTF-8 | 轢削宗鐓 | 111010001011110110100010111001011000100110001010111001011010111010010111111010011001000010010011 | e8bda2e5898ae5ae97e99093 |
UHC | 轢削宗? | 11010101111110011101111011111011111100001111001100111111 | d5f9defbf0f33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)