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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髮懷族譚ア | 111010011001101110011100111001011001000110110000111001101001110110110001 | e99b9ce591b0e69db1 |
EUC-JP | 髮懷族譚ア | 11110001111110111101100011100111110000101011001011101011111111011000111010110001 | f1fbd8e7c2b2ebfd8eb1 |
UTF-8 | 髮懷族譚ア | 111010011010101110101110111001101000011110110111111001101001011110001111111010001010110110011010111011111011110110110001 | e9abaee687b7e6978fe8ad9aefbdb1 |
UHC | 髮懷族譚? | 110110111010010111111100111000111111000011101001110100111100100100111111 | dba5fce3f0e9d3c93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)