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 | 譿苓「「遧シ | 111110111010110010010111111010001010001010100010111110111011010110111100 | fbac97e8a2a2fbb5bc |
EUC-JP | ?苓「「遧シ | 001111111100111011101010100011101010001010001110101000101000111111100001111000101000111010111100 | 3fceea8ea28ea28fe1e28ebc |
UTF-8 | 譿苓「「遧シ | 111010001010110110111111111010001000101110010011111011111011110110100010111011111011110110100010111010011000000110100111111011111011110110111100 | e8adbfe88b93efbda2efbda2e981a7efbdbc |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)