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] | 100011111010101011100010111110110101000101011101 | 8faae2fb515d |
EUC-JP | 宵糺Q] | 101111101010110011100100111111010101000101011101 | beace4fd515d |
UTF-8 | 宵糺Q] | 1110010110101110101101011110011110110011101110100101000101011101 | e5aeb5e7b3ba515d |
UHC | 宵?Q] | 1110000110110010001111110101000101011101 | e1b23f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)