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 | テ篠ィテァ | 110000111000111011000010101010001100001110100111 | c38ec2a8c3a7 |
EUC-JP | テ篠ィテァ | 10001110110000111011110011000100100011101010100010001110110000111000111010100111 | 8ec3bcc48ea88ec38ea7 |
UTF-8 | テ篠ィテァ | 111011111011111010000011111001111010111110100000111011111011110110101000111011111011111010000011111011111011110110100111 | efbe83e7afa0efbda8efbe83efbda7 |
UHC | ?篠??? | 001111111110000111000110001111110011111100111111 | 3fe1c63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)