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 | 蠖「譚殕 | 11100101101111011010001011100110100111011001111101101100 | e5bda2e69d9f6c |
EUC-JP | 蠖「譚殕 | 1110101010111111100011101010001011101011111111011101110111001101 | eabf8ea2ebfdddcd |
UTF-8 | 蠖「譚殕 | 111010001010000010010110111011111011110110100010111010001010110110011010111001101010111010010101 | e8a096efbda2e8ad9ae6ae95 |
UHC | ??譚? | 0011111100111111110100111100100100111111 | 3f3fd3c93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)