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 | 蟾門キ烹 | 11100101101101111001011011100101101101111001011001000010 | e5b796e5b79642 |
EUC-JP | 蟾門キ烹 | 1110101010111001110011001110011110001110101101111100101110100011 | eab9cce78eb7cba3 |
UTF-8 | 蟾門キ烹 | 111010001001111110111110111010011001011010000000111011111011110110110111111001111000001110111001 | e89fbee99680efbdb7e783b9 |
UHC | 蟾門?烹 | 11100000111010101101101010100110001111111111100010110010 | e0eadaa63ff8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)