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 | 豈一Ц踐 | 1110011010101111100010001110101010000100010101111110011011110110 | e6af88ea8457e6f6 |
EUC-JP | 豈一Ц踐 | 1110110010110001101100001110110010100111101110001110110011111000 | ecb1b0eca7b8ecf8 |
UTF-8 | 豈一Ц踐 | 1110100010110001100010001110010010111000100000001101000010100110111010001011100010010000 | e8b188e4b880d0a6e8b890 |
UHC | 豈一Ц踐 | 1101000111000010111011001110100110101100101110001111010011000010 | d1c2ece9acb8f4c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)