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 | 跛ゥ迢。跛 | 1110011011101010101010011110011110001011101000011110011011101010 | e6eaa9e78ba1e6ea |
EUC-JP | 跛ゥ迢。跛 | 11101100111011001000111010101001111011011110101110001110101000011110110011101100 | ecec8ea9edeb8ea1ecec |
UTF-8 | 跛ゥ迢。跛 | 111010001011011110011011111011111011110110101001111010001011111110100010111011111011110110100001111010001011011110011011 | e8b79befbda9e8bfa2efbda1e8b79b |
UHC | 跛???跛 | 11110111111101010011111100111111001111111111011111110101 | f7f53f3f3ff7f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)