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 | 銹徒銹馴ー | 111001111111011010010011011010111110011111110110100100111110100110110000 | e7f6936be7f693e9b0 |
EUC-JP | 銹徒銹馴ー | 11101110111110001100010111001100111011101111100011000110111010111000111010110000 | eef8c5cceef8c6eb8eb0 |
UTF-8 | 銹徒銹馴ー | 111010011000101010111001111001011011111010010010111010011000101010111001111010011010011010110100111011111011110110110000 | e98ab9e5be92e98ab9e9a6b4efbdb0 |
UHC | 銹徒銹馴? | 111000101100100011010011111110011110001011001000111000101111100000111111 | e2c8d3f9e2c8e2f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)