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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | ?泥ご?h | 00111111100100110100010010000010101100100011111101101000 | 3f934482b23f68 |
EUC-JP | 邕泥ご?h | 100011111110000111101101110001011010010110100100101101000011111101101000 | 8fe1edc5a5a4b43f68 |
UTF-8 | 邕泥ご렧h | 11101001100000101001010111100110101100111010010111100011100000011001010011101011101000001010011101101000 | e98295e6b3a5e38194eba0a768 |
UHC | 邕泥ご렧h | 111010001011101111010010111110101010101010110100100011101011011001101000 | e8bbd2faaab48eb668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)