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 | 昻ェ靫ア | 111110101101000010101010111010001101010010110001 | fad0aae8d4b1 |
EUC-JP | ?ェ靫ア | 00111111100011101010101011110000110101101000111010110001 | 3f8eaaf0d68eb1 |
UTF-8 | 昻ェ靫ア | 111001101001100010111011111011111011110110101010111010011001110110101011111011111011110110110001 | e698bbefbdaae99dabefbdb1 |
UHC | 昻??? | 1110010011101001001111110011111100111111 | e4e93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)