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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?脛櫂 | 0011111111100011111110001001111101000100 | 3fe3f89f44 |
EUC-JP | 焌脛櫂 | 10001111110010011110100011100110111110101101110110100101 | 8fc9e8e6fadda5 |
UTF-8 | 焌脛櫂 | 111001111000010010001100111010001000010010011011111001101010101110000010 | e7848ce8849be6ab82 |
UHC | 焌脛櫂 | 111100011110000011001100111010111101010010100010 | f1e0ccebd4a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)