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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髮惹ケ | 1110100110011011100011101110010010111001 | e99b8ee4b9 |
EUC-JP | 髮惹ケ | 111100011111101110111100111001101000111010111001 | f1fbbce68eb9 |
UTF-8 | 髮惹ケ | 111010011010101110101110111001101000001110111001111011111011110110111001 | e9abaee683b9efbdb9 |
UHC | 髮惹? | 1101101110100101111001011010100100111111 | dba5e5a93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)