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 | 霑「迢ゥ蕣 | 1110100010111111101000101110011110001011101010011110010011111010 | e8bfa2e78ba9e4fa |
EUC-JP | 霑「迢ゥ蕣 | 11110000110000011000111010100010111011011110101110001110101010011110100011111100 | f0c18ea2edeb8ea9e8fc |
UTF-8 | 霑「迢ゥ蕣 | 111010011001110010010001111011111011110110100010111010001011111110100010111011111011110110101001111010001001010110100011 | e99c91efbda2e8bfa2efbda9e895a3 |
UHC | 霑???蕣 | 11101111110001010011111100111111001111111110001011110010 | efc53f3f3fe2f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)