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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髦ッ螫「閼ケ | 111010011001100010101111111001011010110010100010111010001000010010111001 | e998afe5aca2e884b9 |
EUC-JP | 髦ッ螫「閼ケ | 111100011111100010001110101011111110101010101110100011101010001011101111111001001000111010111001 | f1f88eafeaae8ea2efe48eb9 |
UTF-8 | 髦ッ螫「閼ケ | 111010011010101110100110111011111011110110101111111010001001111010101011111011111011110110100010111010011001011010111100111011111011110110111001 | e9aba6efbdafe89eabefbda2e996bcefbdb9 |
UHC | ????閼? | 00111111001111110011111100111111111001001101100100111111 | 3f3f3f3fe4d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)