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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 轢勤オ繖オ^ | 111001111000000010001011110011101011010111100011100001001011010101011110 | e7808bceb5e384b55e |
EUC-JP | 轢勤オ繖オ^ | 1110110111100000101101101101000010001110101101011110010111100100100011101011010101011110 | ede0b6d08eb5e5e48eb55e |
UTF-8 | 轢勤オ繖オ^ | 11101000101111011010001011100101100010111010010011101111101111011011010111100111101110011001011011101111101111011011010101011110 | e8bda2e58ba4efbdb5e7b996efbdb55e |
UHC | 轢勤???^ | 1101010111111001110100001100001100111111001111110011111101011110 | d5f9d0c33f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)