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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 膊訃] | 1110010001001101111001100101110101011101 | e44de65d5d |
EUC-JP | 膊訃] | 1110011110101110111010111011111001011101 | e7aeebbe5d |
UTF-8 | 膊訃] | 11101000100001101000101011101000101010001000001101011101 | e8868ae8a8835d |
UHC | 膊訃] | 1101101011011011110111011011010101011101 | dadbddb55d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)