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] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 谿殊?Q] | 11100110101011101000111011101010001111110101000101011101 | e6ae8eea3f515d |
EUC-JP | 谿殊脘Q] | 111011001011000010111100111011001000111111010110101011000101000101011101 | ecb0bcec8fd6ac515d |
UTF-8 | 谿殊脘Q] | 1110100010110000101111111110011010101110100010101110100010000100100110000101000101011101 | e8b0bfe6ae8ae88498515d |
UHC | 谿殊脘Q] | 1100110110101100111000101010100011101000110100100101000101011101 | cdace2a8e8d2515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)