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 | 跛エ迢「跛 | 1110011011101010101101001110011110001011101000101110011011101010 | e6eab4e78ba2e6ea |
EUC-JP | 跛エ迢「跛 | 11101100111011001000111010110100111011011110101110001110101000101110110011101100 | ecec8eb4edeb8ea2ecec |
UTF-8 | 跛エ迢「跛 | 111010001011011110011011111011111011110110110100111010001011111110100010111011111011110110100010111010001011011110011011 | e8b79befbdb4e8bfa2efbda2e8b79b |
UHC | 跛???跛 | 11110111111101010011111100111111001111111111011111110101 | f7f53f3f3ff7f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)