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 | ??d?? | 0011111100111111011001000011111100111111 | 3f3f643f3f |
SJIS-WIN | ヘーdヘー | 1100110110110000011001001100110110110000 | cdb064cdb0 |
EUC-JP | ヘーdヘー | 100011101100110110001110101100000110010010001110110011011000111010110000 | 8ecd8eb0648ecd8eb0 |
UTF-8 | ヘーdヘー | 11101111101111101000110111101111101111011011000001100100111011111011111010001101111011111011110110110000 | efbe8defbdb064efbe8defbdb0 |
UHC | ??d?? | 0011111100111111011001000011111100111111 | 3f3f643f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)