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 | 髦ィ莨懷罰 | 111010011001100010101000111001001011110010011100111001011001010010110001 | e998a8e4bc9ce594b1 |
EUC-JP | 髦ィ莨懷罰 | 11110001111110001000111010101000111010001011111011011000111001111100100010110011 | f1f88ea8e8bed8e7c8b3 |
UTF-8 | 髦ィ莨懷罰 | 111010011010101110100110111011111011110110101000111010001000111010101000111001101000011110110111111001111011110110110000 | e9aba6efbda8e88ea8e687b7e7bdb0 |
UHC | ???懷罰 | 00111111001111110011111111111100111000111101101111101011 | 3f3f3ffce3dbeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)