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 | ??kD??kD^ | 001111110011111101101011010001000011111100111111011010110100010001011110 | 3f3f6b443f3f6b445e |
SJIS-WIN | 禎?kD禎?kD^ | 1001001011110101001111110110101101000100100100101111010100111111011010110100010001011110 | 92f53f6b4492f53f6b445e |
EUC-JP | 禎?kD禎?kD^ | 1100010011110111001111110110101101000100110001001111011100111111011010110100010001011110 | c4f73f6b44c4f73f6b445e |
UTF-8 | 禎렓kD禎렓kD^ | 1110011110100110100011101110101110100000100100110110101101000100111001111010011010001110111010111010000010010011011010110100010001011110 | e7a68eeba0936b44e7a68eeba0936b445e |
UHC | 禎렓kD禎렓kD^ | 11101111111011101000111010101000011010110100010011101111111011101000111010101000011010110100010001011110 | efee8ea86b44efee8ea86b445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)