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 | 曜??掖 | 100101110110101000111111001111111001110101110100 | 976a3f3f9d74 |
EUC-JP | 曜?ˇ掖 | 1100110111001011001111111000111110100010101100001101100111010101 | cdcb3f8fa2b0d9d5 |
UTF-8 | 曜경ˇ掖 | 1110011010011011100111001110101010110010101111011100101110000111111001101000111010010110 | e69b9ceab2bdcb87e68e96 |
UHC | 曜경ˇ掖 | 1110100011111000101100001110011010100010101001111110010011111010 | e8f8b0e6a2a7e4fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)