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 | 楔?舌往 | 10011110101101100011111110010000111000111000100110011101 | 9eb63f90e3899d |
EUC-JP | 楔?舌往 | 11011100101110000011111111000000111001011011000111111101 | dcb83fc0e5b1fd |
UTF-8 | 楔了舌往 | 111001101010010110010100111011111010011010111010111010001000100010001100111001011011111010000000 | e6a594efa6bae8888ce5be80 |
UHC | 楔了舌往 | 1110000011011011111010001110011111100000110111111110100011011001 | e0dbe8e7e0dfe8d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)