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 | 鳥葛脾寃 | 1001001010111001100010101000101111100100010000101001101110000011 | 92b98a8be4429b83 |
EUC-JP | 鳥葛脾寃 | 1100010010111011101100111110101111100111101000111101010111100011 | c4bbb3ebe7a3d5e3 |
UTF-8 | 鳥葛脾寃 | 111010011011001110100101111010001001000110011011111010001000010010111110111001011010111110000011 | e9b3a5e8919be884bee5af83 |
UHC | 鳥葛脾寃 | 1111000011101000110010101110011111011110101000011110101010110010 | f0e8cae7dea1eab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)