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 | 髮作ケァ | 111010011001101110001101111011001011100110100111 | e99b8decb9a7 |
EUC-JP | 髮作ケァ | 1111000111111011101110101110111010001110101110011000111010100111 | f1fbbaee8eb98ea7 |
UTF-8 | 髮作ケァ | 111010011010101110101110111001001011110110011100111011111011110110111001111011111011110110100111 | e9abaee4bd9cefbdb9efbda7 |
UHC | 髮作?? | 110110111010010111101101110000100011111100111111 | dba5edc23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)