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 | 攸??攸 | 100111011011111100111111001111111001110110111111 | 9dbf3f3f9dbf |
EUC-JP | 攸??攸 | 110110101100000100111111001111111101101011000001 | dac13f3fdac1 |
UTF-8 | 攸펭놜攸 | 111001101001010010111000111011011000111010101101111010111000011010011100111001101001010010111000 | e694b8ed8eadeb869ce694b8 |
UHC | 攸펭놜攸 | 1110101011110010110001101110101110110011111110001110101011110010 | eaf2c6ebb3f8eaf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)