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 | ツ忍ツ環エ | 11000010100101000100010111000010100010101100001010110100 | c29445c28ac2b4 |
EUC-JP | ツ忍ツ環エ | 10001110110000101100011110100110100011101100001010110100110001001000111010110100 | 8ec2c7a68ec2b4c48eb4 |
UTF-8 | ツ忍ツ環エ | 111011111011111010000010111001011011111110001101111011111011111010000010111001111001001010110000111011111011110110110100 | efbe82e5bf8defbe82e792b0efbdb4 |
UHC | ?忍?環? | 00111111111011001101101100111111111111001011101100111111 | 3fecdb3ffcbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)