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 | 滓?裁蚌 | 10011111111001100011111110001101110110011110010101110010 | 9fe63f8dd9e572 |
EUC-JP | 滓?裁蚌 | 11011110111010000011111110111010110110111110100111010011 | dee83fbadbe9d3 |
UTF-8 | 滓렰裁蚌 | 111001101011101110010011111010111010000010110000111010001010001110000001111010001001101010001100 | e6bb93eba0b0e8a381e89a8c |
UHC | 滓렰裁蚌 | 1110111010101011100011101011110111101110101011101101101110111101 | eeab8ebdeeaedbbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)