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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蠎門コ烹 | 11100101101110101001011011100101101110101001011001000010 | e5ba96e5ba9642 |
EUC-JP | 蠎門コ烹 | 1110101010111100110011001110011110001110101110101100101110100011 | eabccce78ebacba3 |
UTF-8 | 蠎門コ烹 | 111010001010000010001110111010011001011010000000111011111011110110111010111001111000001110111001 | e8a08ee99680efbdbae783b9 |
UHC | ?門?烹 | 001111111101101010100110001111111111100010110010 | 3fdaa63ff8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)