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 | 繹?世癬 | 11100011100010000011111110010000101000101110000110011101 | e3883f90a2e19d |
EUC-JP | 繹墉世癬 | 111001011110100010001111101110001011111111000000101001001110000111111101 | e5e88fb8bfc0a4e1fd |
UTF-8 | 繹墉世癬 | 111001111011100110111001111001011010001010001001111001001011100010010110111001111001100110101100 | e7b9b9e5a289e4b896e799ac |
UHC | 繹墉世癬 | 1110011010111010111010011011101011100001101001101110000011001000 | e6bae9bae1a6e0c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)