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 | 竺捨豈漆 | 1000111010110001100011101100110011100110101011111000111010111101 | 8eb18ecce6af8ebd |
EUC-JP | 竺捨豈漆 | 1011110010110011101111001100111011101100101100011011110010111111 | bcb3bcceecb1bcbf |
UTF-8 | 竺捨豈漆 | 111001111010101110111010111001101000110110101000111010001011000110001000111001101011110010000110 | e7abbae68da8e8b188e6bc86 |
UHC | 竺捨豈漆 | 1111010111100111110111101101011111010001110000101111011011010100 | f5e7ded7d1c2f6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)