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 | テ篠ェツ。 | 110000111000111011000010101010101100001010100001 | c38ec2aac2a1 |
EUC-JP | テ篠ェツ。 | 10001110110000111011110011000100100011101010101010001110110000101000111010100001 | 8ec3bcc48eaa8ec28ea1 |
UTF-8 | テ篠ェツ。 | 111011111011111010000011111001111010111110100000111011111011110110101010111011111011111010000010111011111011110110100001 | efbe83e7afa0efbdaaefbe82efbda1 |
UHC | ?篠??? | 001111111110000111000110001111110011111100111111 | 3fe1c63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)