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 | 繹捨穴孝 | 1110001110001000100011101100110010001100100010101000110101000110 | e3888ecc8c8a8d46 |
EUC-JP | 繹捨穴孝 | 1110010111101000101111001100111010110111111010101011100110100111 | e5e8bcceb7eab9a7 |
UTF-8 | 繹捨穴孝 | 111001111011100110111001111001101000110110101000111001111010100110110100111001011010110110011101 | e7b9b9e68da8e7a9b4e5ad9d |
UHC | 繹捨穴孝 | 1110011010111010110111101101011111111010111010111111110011111000 | e6baded7faebfcf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)