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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?琰?琰^ | 001111111000111111001100101101000011111110001111110011001011010001011110 | 3f8fccb43f8fccb45e |
UTF-8 | 璉琰璉琰^ | 11101111101001101001010011100111100100001011000011101111101001101001010011100111100100001011000001011110 | efa694e790b0efa694e790b05e |
UHC | 璉琰璉琰^ | 111001101101100111100110111111001110011011011001111001101111110001011110 | e6d9e6fce6d9e6fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)