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 | 鬯ゥ謌雁恂 | 111010011010110010101001111001101000100010001010111001011001110010010110 | e9aca9e6888ae59c96 |
EUC-JP | 鬯ゥ謌雁恂 | 11110010101011101000111010101001111010111110100010110100111001111101011111110110 | f2ae8ea9ebe8b4e7d7f6 |
UTF-8 | 鬯ゥ謌雁恂 | 111010011010110010101111111011111011110110101001111010001010110010001100111010011001101110000001111001101000000110000010 | e9acafefbda9e8ac8ce99b81e68182 |
UHC | ???雁恂 | 00111111001111110011111111100100110100101110001011100001 | 3f3f3fe4d2e2e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)