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] | 1001110011110010001111110101000101011101 | 9cf23f515d |
EUC-JP | 懿?Q] | 1101100011110100001111110101000101011101 | d8f43f515d |
UTF-8 | 懿릋Q] | 1110011010000111101111111110101110100110100010110101000101011101 | e687bfeba68b515d |
UHC | 懿릋Q] | 111010111111001110010000011010010101000101011101 | ebf39069515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)