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 | 但存丹探 | 1001001001000001100100011011011010010010010011111001001001010100 | 924191b6924f9254 |
EUC-JP | 但存丹探 | 1100001110100010110000101011100011000011101100001100001110110101 | c3a2c2b8c3b0c3b5 |
UTF-8 | 但存丹探 | 111001001011110110000110111001011010110110011000111001001011100010111001111001101000111010100010 | e4bd86e5ad98e4b8b9e68ea2 |
UHC | 但存丹探 | 1101001110100011111100001110110111010011101000011111011110101110 | d3a3f0edd3a1f7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)