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 | ??Q] | 00111111001111110101000101011101 | 3f3f515d |
SJIS-WIN | 湿汐Q] | 100011101011110010001110101011000101000101011101 | 8ebc8eac515d |
EUC-JP | 湿汐Q] | 101111001011111010111100101011100101000101011101 | bcbebcae515d |
UTF-8 | 湿汐Q] | 1110011010111001101111111110011010110001100100000101000101011101 | e6b9bfe6b190515d |
UHC | ?汐Q] | 0011111111100000101100010101000101011101 | 3fe0b1515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)