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 | 雉樒イ滓 | 11101000101100111001111011100111101100101001111111100110 | e8b39ee7b29fe6 |
EUC-JP | 雉樒イ滓 | 1111000010110101110111001110100110001110101100101101111011101000 | f0b5dce98eb2dee8 |
UTF-8 | 雉樒イ滓 | 111010011001101110001001111001101010100010010010111011111011110110110010111001101011101110010011 | e99b89e6a892efbdb2e6bb93 |
UHC | 雉??滓 | 111101101100101100111111001111111110111010101011 | f6cb3f3feeab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)